Moment fix
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
@section('links')
|
||||
<div class="links">
|
||||
<a href="{{ url('/') }}">Monitoring</a>
|
||||
<a href="{{ url('/') }}/">Monitoring</a>
|
||||
</div>
|
||||
@stop
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
</table>
|
||||
@endisset
|
||||
|
||||
@stop
|
||||
@stop
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
@section('links')
|
||||
<div class="links">
|
||||
<a href="{{ url('/') }}">Monitoring</a>
|
||||
<a href="{{ url('/') }}/">Monitoring</a>
|
||||
</div>
|
||||
@stop
|
||||
|
||||
@@ -77,4 +77,4 @@
|
||||
|
||||
});
|
||||
</script>
|
||||
@stop
|
||||
@stop
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
|
||||
<script>
|
||||
$(document).ready( function() {
|
||||
Cookies.set('test','test2');
|
||||
var settings = { "network": { name:"Network",show: false, prefix: "netstat",suffix: { "recv": "Received", "sent": "Send Bytes" }, units:"B"},
|
||||
"temp": {name:"Temerature",show: false,prefix: null,units:"C"},
|
||||
"memory": {name:"Memory",show: false,prefix:"memory", suffix: {"free":"Free Memory", "total": "Total Memory","used":"Used Memory"},units: "KB"},
|
||||
|
||||
Reference in New Issue
Block a user