1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 23:21:55 +00:00
This commit is contained in:
Newnius 2019-05-20 15:34:35 +08:00
parent 8bd85029d5
commit c19ccf5d69

View File

@ -107,6 +107,8 @@ function summary_render() {
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'],'mm/dd/yyyy'));
});
/* CPU Load */
@ -162,7 +164,7 @@ function summary_render() {
text: 'MEM Using'
},
legend: {
display: true
display: false
},
maintainAspectRatio: false
}