...
|
...
|
@@ -1199,18 +1199,39 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
],
|
|
|
"NETSAFE_IPS": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
|
|
{field: 'ip', title: 'IP地址', minWidth: x_130, align: 'center', sort: true},
|
|
|
{
|
|
|
field: 'resName', title: '资源名称', minWidth: 250, sort: true,
|
|
|
field: 'resName', title: '资源名称', minWidth: x_350, sort: true,
|
|
|
templet: '#resindex_resName'
|
|
|
},
|
|
|
{field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
|
|
|
{field: 'resTypeName', title: '资源类型', width: 101, align: 'center'},
|
|
|
{field: 'adminName', title: '负责人', width: 123, align: 'center', sort: true},
|
|
|
{field: 'adminPhone', title: '负责人电话', width: 118, align: 'center', sort: true},
|
|
|
{field: 'state', title: '资源状态', width: 98, align: 'center', sort: true, templet: '#resStateTpl'},
|
|
|
{field: 'health', title: '健康状态', width: 83, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'lastColTime', title: '最近采集时间', width: 161, align: 'center', sort: true},
|
|
|
{field: 'linkState', title: '连接状态', align: 'center', width: 85, templet: '#linkStateTpl', sort: true}
|
|
|
{field: 'model', title: '型号', minWidth: x_130, align: 'center', sort: true, },
|
|
|
{field: 'health', title: '健康状态', minWidth: x_110, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'cpuRate', title: 'CPU使用率', align: 'center', minWidth: x_120, templet: '#cpuRateTpl', sort: true},
|
|
|
{field: 'memoryRate', title: '内存使用率', align: 'center', minWidth: x_120, templet: '#memoryRateTpl', sort: true},
|
|
|
{field: 'lastColTime', title: '最近采集时间', minWidth: x_160, align: 'center', sort: true},
|
|
|
{field: 'linkState', title: '连接状态', align: 'center', minWidth: x_110, templet: '#linkStateTpl', sort: true},
|
|
|
{field: 'adminName', title: '负责人', minWidth: x_120, align: 'center', sort: true},
|
|
|
{field: 'adminPhone', title: '负责人电话', minWidth: x_130, align: 'center', sort: true},
|
|
|
{field: 'resTypeName', title: '资源类型', minWidth: x_110, align: 'center'},
|
|
|
{field: 'state', title: '资源状态', minWidth: x_110, align: 'center', sort: true, templet: '#resStateTpl'}
|
|
|
],
|
|
|
"NETSAFE_ADS": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
|
|
{field: 'ip', title: 'IP地址', minWidth: x_130, align: 'center', sort: true},
|
|
|
{
|
|
|
field: 'resName', title: '资源名称', minWidth: x_350, sort: true,
|
|
|
templet: '#resindex_resName'
|
|
|
},
|
|
|
{field: 'model', title: '型号', minWidth: x_130, align: 'center', sort: true, },
|
|
|
{field: 'health', title: '健康状态', minWidth: x_110, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'cpuRate', title: 'CPU使用率', align: 'center', minWidth: x_120, templet: '#cpuRateTpl', sort: true},
|
|
|
{field: 'memoryRate', title: '内存使用率', align: 'center', minWidth: x_120, templet: '#memoryRateTpl', sort: true},
|
|
|
{field: 'lastColTime', title: '最近采集时间', minWidth: x_160, align: 'center', sort: true},
|
|
|
{field: 'linkState', title: '连接状态', align: 'center', minWidth: x_110, templet: '#linkStateTpl', sort: true},
|
|
|
{field: 'adminName', title: '负责人', minWidth: x_120, align: 'center', sort: true},
|
|
|
{field: 'adminPhone', title: '负责人电话', minWidth: x_130, align: 'center', sort: true},
|
|
|
{field: 'resTypeName', title: '资源类型', minWidth: x_110, align: 'center'},
|
|
|
{field: 'state', title: '资源状态', minWidth: x_110, align: 'center', sort: true, templet: '#resStateTpl'}
|
|
|
],
|
|
|
"NETSAFE_IDS": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
...
|
...
|
|