...
|
...
|
@@ -366,37 +366,37 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
"HUAWEI_CLOUD_PHYSICSHOST": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
|
|
{
|
|
|
field: 'resName', title: '资源名称', minWidth: 250, sort: true,
|
|
|
field: 'resName', title: '资源名称', minWidth: x_250, sort: true,
|
|
|
templet: '#resindex_resName'
|
|
|
},
|
|
|
{field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
|
|
|
{field: 'ip', title: 'IP地址', minWidth: x_130, align: 'center', sort: true},
|
|
|
{field: 'cpuRate', title: 'CPU使用率', align: 'center', minWidth: x_130, templet: '#cpuRateTpl', sort: true},
|
|
|
{field: 'memoryRate', title: '内存使用率', align: 'center', minWidth: x_130, templet: '#memoryRateTpl', 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: 'resTypeName', title: '资源类型', minWidth: x_110, align: 'center'},
|
|
|
{field: 'adminName', title: '负责人', minWidth: x_120, align: 'center', sort: true},
|
|
|
{field: 'adminPhone', title: '负责人电话', minWidth: x_120, align: 'center', sort: true},
|
|
|
{field: 'state', title: '资源状态', minWidth: x_120, align: 'center', sort: true, templet: '#resStateTpl'},
|
|
|
{field: 'health', title: '健康状态', minWidth: x_120, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'lastColTime', title: '最近采集时间', minWidth: x_160, align: 'center', sort: true},
|
|
|
// 2021-11-22 徐毫杰 连接状态无数据改成展示主机状态
|
|
|
{field: 'hostState', title: '主机状态', align: 'center', minWidth: x_110, templet: '#hostStateTpl', sort: true}
|
|
|
],
|
|
|
"HUAWEI_CLOUD_VIRTUALHOST": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
|
|
{
|
|
|
field: 'resName', title: '资源名称', minWidth: 250, sort: true,
|
|
|
field: 'resName', title: '资源名称', minWidth: x_250, sort: true,
|
|
|
templet: '#resindex_resName'
|
|
|
},
|
|
|
{field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
|
|
|
{field: 'ip', title: 'IP地址', minWidth: x_130, align: 'center', sort: true},
|
|
|
{field: 'cpuRate', title: 'CPU使用率', align: 'center', minWidth: x_130, templet: '#cpuRateTpl', sort: true},
|
|
|
{field: 'memoryRate', title: '内存使用率', align: 'center', minWidth: x_130, templet: '#memoryRateTpl', 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: 'resTypeName', title: '资源类型', minWidth: x_110, align: 'center'},
|
|
|
{field: 'adminName', title: '负责人', minWidth: x_120, align: 'center', sort: true},
|
|
|
{field: 'adminPhone', title: '负责人电话', minWidth: x_130, align: 'center', sort: true},
|
|
|
{field: 'state', title: '资源状态', minWidth: x_120, align: 'center', sort: true, templet: '#resStateTpl'},
|
|
|
{field: 'health', title: '健康状态', minWidth: x_120, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'lastColTime', title: '最近采集时间', minWidth: x_160, align: 'center', sort: true},
|
|
|
{field: 'linkState', title: '连接状态', align: 'center', minWidth: x_120, templet: '#linkStateTpl', sort: true}
|
|
|
],
|
|
|
"HUAWEI_CLOUD_STORAGE": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
...
|
...
|
|