Authored by jack

修改前台展示

... ... @@ -183,7 +183,7 @@
}
, {
title: "A/T-Mem(MB)",
width: "100px",
width: "300px",
// field: "taskCtime"
formatter: function (value, rowData, rowIndex) {
var array = rowData.mem.split("\r\n");
... ... @@ -195,7 +195,7 @@
}
, {
title: "I/O(Mbps)",
width: "100px",
width: "200px",
// field: "taskCtime"
formatter: function (value, rowData, rowIndex) {
var array = rowData.net.split("\r\n");
... ...