We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee78a39 + 57d62c4 commit 5a0f58cCopy full SHA for 5a0f58c
resources/views/admin/nodes/view.blade.php
@@ -674,7 +674,7 @@
674
memoryData.push(parseInt(data.stats.memory / (1024 * 1024)));
675
676
var m = new Date();
677
- timeLabels.push($.format.date(new Date(), 'HH:MM:ss'));
+ timeLabels.push($.format.date(new Date(), 'HH:mm:ss'));
678
679
CPUChart.update();
680
MemoryChart.update();
resources/views/server/index.blade.php
@@ -300,7 +300,7 @@
300
memoryData.push(parseInt(proc.data.memory.total / (1024 * 1024)));
301
302
303
304
305
306
0 commit comments