Authored by 王涛

Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'

【无】MIDDLEWARE_WEBLOGICCONSOLE类型的列表注释掉多余的扩展字段



See merge request !927
... ... @@ -3027,13 +3027,13 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
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: 'shortName', title: '别名', minWidth: 100, align: 'center', sort: true, templet:'#shortNameTpl'},
// {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},
{field: 'resTypeName', title: '资源类型', minWidth: 101, align: 'center'},
{field: 'weblogicVersion', title: 'weblogic版本号', align: 'center', width: 135, sort: true},
{field: 'patchId', title: '反序列化补丁版本号', align: 'center', width: 83, sort: true},
{field: 'javaVersion', title: 'Java版本号', align: 'center', width: 100, sort: true},
// {field: 'weblogicVersion', title: 'weblogic版本号', align: 'center', width: 135, sort: true},
// {field: 'patchId', title: '反序列化补丁版本号', align: 'center', width: 83, sort: true},
// {field: 'javaVersion', title: 'Java版本号', align: 'center', width: 100, sort: true},
{field: 'state', title: '资源状态', minWidth: 98, align: 'center', sort: true, templet: '#resStateTpl'}
],
"MIDDLEWARE_TOMCAT": [
... ...