parent
af235559bd
commit
4ad87852fe
@ -1,15 +1,19 @@
|
||||
<link type="text/css" rel="stylesheet" href="{{ context }}/static/js/jsgrid/jsgrid.min.css" >
|
||||
<link type="text/css" rel="stylesheet" href="{{ context }}/static/js/jsgrid/jsgrid-theme.min.css" >
|
||||
<link href="{{ context }}/static/css/default.css" rel="stylesheet">
|
||||
<link href="{{context}}/static/css/default.css" rel="stylesheet" type="text/css">
|
||||
<script src="{{ context }}/static/js/jquery/jquery.min.js"></script>
|
||||
|
||||
<script src="{{ context }}/static/js/jsgrid/jsgrid.js"></script>
|
||||
<script src="{{context}}/static/js/dashboard.js"></script>
|
||||
<title>iMonitor</title>
|
||||
|
||||
<title></title>
|
||||
<body>
|
||||
<div class="caption">
|
||||
<div class="left" align="center">Process Monitoring
|
||||
<div class="small">Latest Process Logs</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="caption border-bottom">
|
||||
<div class="left">Monitoring</div>
|
||||
<div class="right">Trends</div>
|
||||
</div>
|
||||
<div class="grid left">
|
||||
<div align="center">Latest Processes</div>
|
||||
<div id="latest_processes"></div>
|
||||
</div>
|
||||
</body>
|
Binary file not shown.
Loading…
Reference in new issue