mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-15 09:36:43 +00:00
update
This commit is contained in:
@@ -71,6 +71,7 @@ function resourceResponseHandler(res) {
|
||||
tmp["rows"] = [];
|
||||
$.each(res["resources"], function (i, node) {
|
||||
var item = {
|
||||
'id': node.id,
|
||||
'host': node.host,
|
||||
'CPU': node.cpu_num,
|
||||
'MEM': node.mem_available + ' / ' + node.mem_total + ' (GB)',
|
||||
|
||||
Reference in New Issue
Block a user