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:
parent
511492b9e7
commit
3da19d214f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user