Authored by 王涛
@@ -1604,7 +1604,8 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', @@ -1604,7 +1604,8 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
1604 // {field: 'adminName', title: '负责人', minWidth: 123, align: 'center', sort: true}, 1604 // {field: 'adminName', title: '负责人', minWidth: 123, align: 'center', sort: true},
1605 // {field: 'adminPhone', title: '负责人电话', minWidth: 118, align: 'center', sort: true}, 1605 // {field: 'adminPhone', title: '负责人电话', minWidth: 118, align: 'center', sort: true},
1606 {field: 'resTypeName', title: '资源类型', minWidth: x_110, align: 'center'}, 1606 {field: 'resTypeName', title: '资源类型', minWidth: x_110, align: 'center'},
1607 - {field: 'state', title: '资源状态', minWidth: x_110, align: 'center', sort: true, templet: '#resStateTpl'} 1607 + {field: 'state', title: '资源状态', minWidth: x_110, align: 'center', sort: true, templet: '#resStateTpl'},
  1608 + {field: 'linkState', title: '连接状态', align: 'center', minWidth: x_110, templet: '#linkStateTpl', sort: true}
1608 ], 1609 ],
1609 "MIDDLEWARE_TOMCAT": [ 1610 "MIDDLEWARE_TOMCAT": [
1610 //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'}, 1611 //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
@@ -1443,8 +1443,9 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', ' @@ -1443,8 +1443,9 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
1443 if(resType == 'HOST_MINICOMPUTER' || resType=='HUAWEI_CLOUD_CLUSTER' || resType=='HUAWEI_CLOUD_COLONY' || resType=='HUAWEI_CLOUD_PHYSICSHOST' || 1443 if(resType == 'HOST_MINICOMPUTER' || resType=='HUAWEI_CLOUD_CLUSTER' || resType=='HUAWEI_CLOUD_COLONY' || resType=='HUAWEI_CLOUD_PHYSICSHOST' ||
1444 resType == 'HUAWEI_CLOUD_STORAGE' || resType == 'HUAWEI_CLOUD_SWITCHBOARD' || resType == 'HUAWEI_CLOUD_FIREWALL' || resType == 'ALI_CLOUD_RDS' 1444 resType == 'HUAWEI_CLOUD_STORAGE' || resType == 'HUAWEI_CLOUD_SWITCHBOARD' || resType == 'HUAWEI_CLOUD_FIREWALL' || resType == 'ALI_CLOUD_RDS'
1445 || resType == 'ALI_CLOUD_SLB' || resType == 'ALI_CLOUD_OSS'||resType=='VIRTUALIZATION_VMWARE_VHOST'||resType=='MIDDLEWARE_WEBLOGIC' 1445 || resType == 'ALI_CLOUD_SLB' || resType == 'ALI_CLOUD_OSS'||resType=='VIRTUALIZATION_VMWARE_VHOST'||resType=='MIDDLEWARE_WEBLOGIC'
1446 - ){//小型机整机 屏蔽连接状态 1446 + ){//屏蔽连接状态
1447 $('.info-box-count').eq(3).hide(); 1447 $('.info-box-count').eq(3).hide();
  1448 + $('#link_state_div').hide();
1448 } 1449 }
1449 form.render("select"); 1450 form.render("select");
1450 form.render(); 1451 form.render();