...
|
...
|
@@ -2976,8 +2976,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
sort: true,
|
|
|
templet: '#weblogicIpTpl'
|
|
|
},
|
|
|
{field: 'resName', title: '资源名称', minWidth: x_200, sort: true,
|
|
|
templet: '<div><span data-zymc="{{ d.resId }}" data-restype="{{d.resType}}" data-name="{{d.resName}}" data-childrennum="{{d.childrenNum}}" data-ip="{{ d.ip }}" data-resTypeName="{{ d.resTypeName }}" data-admin="{{ d.admin }}" data-adminName="{{ d.adminName }}" data-pingenable="{{d.pingEnable}}" class="layui-table-link">{{ d.resName }}</span></div>'},
|
|
|
{field: 'resName', title: '资源名称', minWidth: x_200, sort: true,templet: '#resindex_resName'},
|
|
|
{field: 'health', title: '健康状态', minWidth: x_110, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'serverState', title: '服务状态', minWidth: x_120, align: 'center', sort: true},
|
|
|
{field: 'queueLength', title: '队列长度', minWidth: x_110, align: 'center', templet: '#queueLengthTpl'},
|
...
|
...
|
@@ -3024,9 +3023,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
"MIDDLEWARE_WEBLOGICCONSOLE": [
|
|
|
{field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
|
|
|
{
|
|
|
field: 'resName', title: '资源名称', minWidth: 250, sort: true,
|
|
|
templet: '<div><span data-zymc="{{ d.resId }}" data-restype="{{d.resType}}" data-name="{{d.resName}}" data-childrennum="{{d.childrenNum}}" data-ip="{{ d.ip }}" data-resTypeName="{{ d.resTypeName }}" data-admin="{{ d.admin }}" data-adminName="{{ d.adminName }}" data-pingenable="{{d.pingEnable}}" class="layui-table-link">{{ d.resName }}</span></div>'
|
|
|
},
|
|
|
field: 'resName', title: '资源名称', minWidth: 250, sort: true,templet: '#resindex_resName' },
|
|
|
// {field: 'shortName', title: '别名', minWidth: 100, align: 'center', sort: true, templet:'#shortNameTpl'},
|
|
|
{field: 'health', title: '健康状态', minWidth: 83, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'lastColTime', title: '最近采集时间', minWidth: 161, align: 'center', sort: true},
|
...
|
...
|
@@ -4797,18 +4794,18 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
"DATABASE_OGG": [
|
|
|
{field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
|
|
|
{
|
|
|
field: 'resName', title: '资源名称', width: resNameWidth, sort: true,
|
|
|
field: 'resName', title: '资源名称', minWidth: resNameWidth, sort: true,
|
|
|
templet: '#resindex_resName'
|
|
|
//lsq 资源名称用模板 2022-08-29
|
|
|
// templet: '<div><span data-zymc="{{ d.resId }}" data-restype="{{d.resType}}" data-name="{{d.resName}}" data-childrennum="{{d.childrenNum}}" data-ip="{{ d.ip }}" data-resTypeName="{{ d.resTypeName }}" data-admin="{{ d.adminName }}" data-pingenable="{{d.pingEnable}}" class="layui-table-link">{{ d.resName }}</span></div>'
|
|
|
},
|
|
|
// {field: 'shortName', title: '别名', width: 100, align: 'center', sort: true, templet:'#shortNameTpl'},
|
|
|
{field: 'health', title: '健康状态', width: 86, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
{field: 'health', title: '健康状态', width: 100, 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: '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: 'linkState', title: '连接状态', align: 'center', width: 120, templet: '#linkStateTpl', sort: true},
|
|
|
{field: 'adminName', title: '负责人', width: 133, align: 'center', sort: true},
|
|
|
{field: 'adminPhone', title: '负责人电话', width: 128, align: 'center', sort: true},
|
|
|
{field: 'state', title: '资源状态', width: 110, align: 'center', sort: true, templet: '#resStateTpl'}
|
|
|
],
|
|
|
"HOST_X86_SIGN": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
...
|
...
|
|