Merge branch 'develop' into feature/service-changes
This commit is contained in:
commit
5a0f58ce90
|
@ -674,7 +674,7 @@ $(document).ready(function () {
|
|||
memoryData.push(parseInt(data.stats.memory / (1024 * 1024)));
|
||||
|
||||
var m = new Date();
|
||||
timeLabels.push($.format.date(new Date(), 'HH:MM:ss'));
|
||||
timeLabels.push($.format.date(new Date(), 'HH:mm:ss'));
|
||||
|
||||
CPUChart.update();
|
||||
MemoryChart.update();
|
||||
|
|
|
@ -300,7 +300,7 @@ $(window).load(function () {
|
|||
memoryData.push(parseInt(proc.data.memory.total / (1024 * 1024)));
|
||||
|
||||
var m = new Date();
|
||||
timeLabels.push($.format.date(new Date(), 'HH:MM:ss'));
|
||||
timeLabels.push($.format.date(new Date(), 'HH:mm:ss'));
|
||||
|
||||
CPUChart.update();
|
||||
MemoryChart.update();
|
||||
|
|
Loading…
Reference in New Issue