Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
VITA
/
Views
/
Dashboard
/
Edit File Name :
GALSDashboard.cshtml
@model RER_Project.BusinessLayer.ViewModel.DashboardVM @{ ViewBag.Title = "GALS Dashboard"; Layout = "~/Views/Shared/_Layout.cshtml"; } <style> table, th, td { border: 1px solid; } .bottomHeight { padding-bottom: 50px; } .filter.col-lg-12 { height: 100px !important; } </style> <div class="wrapper wrapper-content animated fadeInRight" style="padding:0px 0px 0px"> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-md-12"> <ol class="breadcrumb"> <li class="active"> <strong>GALS Dashboard</strong> </li> </ol> </div> </div> <br /> <div class="row"> <div class="col-lg-12"> <div class="ibox float-e-margins"> <div id="loadPartialView"> </div> </div> </div> </div> </div> <script src="~/Content/highcharts.js"></script> <script src="~/Content/highcharts-3d.js"></script> <script src="~/Content/exporting.js"></script> <script src="~/Content/export-data.js"></script> <script src="~/Content/accessibility.js"></script> <script src="~/Scripts/app/dashboardGraph.js"></script> <script type="text/javascript"> $(document).ready(function () { loadDashboard(); }); function loadDashboard() { $('#loadPartialView').load("/gals/dashboard/search", function (response, status, xhr) { if (status == "error") { var msg = "Sorry but there was an error: "; ShowMessage("error", "error", msg + xhr.status + " " + xhr.statusText); }; WorkForce.loader.hide(); }); } </script>
Save