Moment fix

This commit is contained in:
Jaroslav Drzik
2020-04-02 13:18:43 +02:00
parent 4258f53d77
commit aaa8bc7623
5 changed files with 7 additions and 86 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"},