1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-07 07:31:56 +00:00
This commit is contained in:
Newnius 2019-05-20 15:36:14 +08:00
parent c19ccf5d69
commit 511492b9e7

View File

@ -108,7 +108,7 @@ function summary_render() {
gpu_mem_using.push(item['gpu_mem_total'] - item['gpu_mem_available']); gpu_mem_using.push(item['gpu_mem_total'] - item['gpu_mem_available']);
timestamps.push(item['ts']); timestamps.push(item['ts']);
console.log(moment(item['ts'],'mm/dd/yyyy')); console.log(moment(item['ts']).format('HH:mm:ss'));
}); });
/* CPU Load */ /* CPU Load */