【无】MQ少:weblogic版本号,反序列化补丁版本号,Java版本号等字段
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -4641,6 +4641,10 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | @@ -4641,6 +4641,10 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | ||
4641 | {field: 'adminPhone', title: '负责人电话', minWidth: x_140, align: 'center', sort: true}, | 4641 | {field: 'adminPhone', title: '负责人电话', minWidth: x_140, align: 'center', sort: true}, |
4642 | {field: 'state', title: '资源状态', minWidth: x_120, align: 'center', sort: true, templet: '#resStateTpl'}, | 4642 | {field: 'state', title: '资源状态', minWidth: x_120, align: 'center', sort: true, templet: '#resStateTpl'}, |
4643 | {field: 'health', title: '健康状态', minWidth: x_120, align: 'center', sort: true, templet: '#healthTpl'}, | 4643 | {field: 'health', title: '健康状态', minWidth: x_120, align: 'center', sort: true, templet: '#healthTpl'}, |
4644 | + //lsq 增加weblogic版本号、反序列化补丁版本号、Java版本号字段 2022-08-25 | ||
4645 | + {field: 'weblogicVersion', title: 'weblogic版本号', align: 'center', width: 135, sort: true}, | ||
4646 | + {field: 'patchId', title: '反序列化补丁版本号', align: 'center', width: 83, sort: true}, | ||
4647 | + {field: 'javaVersion', title: 'Java版本号', align: 'center', width: 100, sort: true}, | ||
4644 | {field: 'lastColTime', title: '最近采集时间', minWidth: x_170, align: 'center', sort: true}, | 4648 | {field: 'lastColTime', title: '最近采集时间', minWidth: x_170, align: 'center', sort: true}, |
4645 | { | 4649 | { |
4646 | field: 'linkState', | 4650 | field: 'linkState', |
-
Please register or login to post a comment