Authored by jack

Merge branch 'dev_linlong'

... ... @@ -116,14 +116,14 @@
columns: [
{
title: "业务分类",
width:"120px",
width:"110px",
formatter: function (value, rowData, rowIndex) {
return "<div style='padding:15px;'>"+rowData.name+"</div>";
}
},
{
title: "地址",
width: "165px",
width: "190px",
// field: "url"
formatter: function (value, rowData, rowIndex) {
var array = rowData.url.split("\r\n");
... ... @@ -134,7 +134,7 @@
}
}, {
title: "当前连接数",
width:"100px",
width:"80px",
// field: "curConnections"
formatter: function (value, rowData, rowIndex) {
var array = rowData.curConnections.split("\r\n");
... ... @@ -145,7 +145,7 @@
}
}, {
title: "启动时长",
width:"120px",
width:"110px",
// field: "upTime"
formatter: function (value, rowData, rowIndex) {
var array = rowData.upTime.split("\r\n");
... ... @@ -156,7 +156,7 @@
}
}, {
title: "get频率(次/秒)",
width:"80px",
width:"100px",
// field: 'cmdGet'
formatter: function (value, rowData, rowIndex) {
var array = rowData.cmdGet.split("\r\n");
... ... @@ -167,7 +167,7 @@
}
}, {
title: "set频率(次/秒)",
width:"80px",
width:"100px",
// field: "cmdSet"
formatter: function (value, rowData, rowIndex) {
var array = rowData.cmdSet.split("\r\n");
... ...