Showing
1 changed file
with
2 additions
and
1 deletions
@@ -371,7 +371,8 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | @@ -371,7 +371,8 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | ||
371 | {field: 'state', title: '资源状态', width: 98, align: 'center', sort: true, templet: '#resStateTpl'}, | 371 | {field: 'state', title: '资源状态', width: 98, align: 'center', sort: true, templet: '#resStateTpl'}, |
372 | {field: 'health', title: '健康状态', width: 83, align: 'center', sort: true, templet: '#healthTpl'}, | 372 | {field: 'health', title: '健康状态', width: 83, align: 'center', sort: true, templet: '#healthTpl'}, |
373 | {field: 'lastColTime', title: '最近采集时间', width: 161, align: 'center', sort: true}, | 373 | {field: 'lastColTime', title: '最近采集时间', width: 161, align: 'center', sort: true}, |
374 | - {field: 'linkState', title: '连接状态', align: 'center', width: 85, templet: '#linkStateTpl', sort: true} | 374 | + // 2021-11-22 徐毫杰 因为华为云物理机下的连接状态展示为空 这个是从数据库b_result_realtime_base里拿来就是空的 赵鹏军要求不展示该列 |
375 | + // {field: 'linkState', title: '连接状态', align: 'center', width: 85, templet: '#linkStateTpl', sort: true} | ||
375 | ], | 376 | ], |
376 | "HUAWEI_CLOUD_VIRTUALHOST": [ | 377 | "HUAWEI_CLOUD_VIRTUALHOST": [ |
377 | //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'}, | 378 | //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'}, |
-
Please register or login to post a comment