1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 07:11:54 +00:00

update time

This commit is contained in:
Newnius 2019-05-20 15:36:49 +08:00
parent 511492b9e7
commit 3da19d214f

View File

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