【无】MIDDLEWARE_WEBLOGICCONSOLE类型的列表注释掉多余的扩展字段
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -3027,13 +3027,13 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | @@ -3027,13 +3027,13 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | ||
3027 | field: 'resName', title: '资源名称', minWidth: 250, sort: true, | 3027 | field: 'resName', title: '资源名称', minWidth: 250, sort: true, |
3028 | 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>' | 3028 | 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>' |
3029 | }, | 3029 | }, |
3030 | - {field: 'shortName', title: '别名', minWidth: 100, align: 'center', sort: true, templet:'#shortNameTpl'}, | 3030 | + // {field: 'shortName', title: '别名', minWidth: 100, align: 'center', sort: true, templet:'#shortNameTpl'}, |
3031 | {field: 'health', title: '健康状态', minWidth: 83, align: 'center', sort: true, templet: '#healthTpl'}, | 3031 | {field: 'health', title: '健康状态', minWidth: 83, align: 'center', sort: true, templet: '#healthTpl'}, |
3032 | {field: 'lastColTime', title: '最近采集时间', minWidth: 161, align: 'center', sort: true}, | 3032 | {field: 'lastColTime', title: '最近采集时间', minWidth: 161, align: 'center', sort: true}, |
3033 | {field: 'resTypeName', title: '资源类型', minWidth: 101, align: 'center'}, | 3033 | {field: 'resTypeName', title: '资源类型', minWidth: 101, align: 'center'}, |
3034 | - {field: 'weblogicVersion', title: 'weblogic版本号', align: 'center', width: 135, sort: true}, | ||
3035 | - {field: 'patchId', title: '反序列化补丁版本号', align: 'center', width: 83, sort: true}, | ||
3036 | - {field: 'javaVersion', title: 'Java版本号', align: 'center', width: 100, sort: true}, | 3034 | + // {field: 'weblogicVersion', title: 'weblogic版本号', align: 'center', width: 135, sort: true}, |
3035 | + // {field: 'patchId', title: '反序列化补丁版本号', align: 'center', width: 83, sort: true}, | ||
3036 | + // {field: 'javaVersion', title: 'Java版本号', align: 'center', width: 100, sort: true}, | ||
3037 | {field: 'state', title: '资源状态', minWidth: 98, align: 'center', sort: true, templet: '#resStateTpl'} | 3037 | {field: 'state', title: '资源状态', minWidth: 98, align: 'center', sort: true, templet: '#resStateTpl'} |
3038 | ], | 3038 | ], |
3039 | "MIDDLEWARE_TOMCAT": [ | 3039 | "MIDDLEWARE_TOMCAT": [ |
-
Please register or login to post a comment