Merge branch 'master-500-dev-xwx' into 'master-500-dev'
首页卡片查看资源信息数据展示错误 See merge request !492
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -98,6 +98,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm | @@ -98,6 +98,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm | ||
98 | //两种虚拟机合并成一种 | 98 | //两种虚拟机合并成一种 |
99 | //var newResType = resType === 'VIRTUALIZATION_VHOST' ? 'VIRTUALIZATION_VHOST,VIRTUALIZATION_VMWARE_VHOST' : resType; | 99 | //var newResType = resType === 'VIRTUALIZATION_VHOST' ? 'VIRTUALIZATION_VHOST,VIRTUALIZATION_VMWARE_VHOST' : resType; |
100 | var newResType = resType; | 100 | var newResType = resType; |
101 | + if (newResType.indexOf("VHOST")!= -1){ | ||
102 | + newResType="VHOST" | ||
103 | + } | ||
101 | $(".biz_reslist_search").show(); | 104 | $(".biz_reslist_search").show(); |
102 | $(".biz_reslist_treetable_search").hide(); | 105 | $(".biz_reslist_treetable_search").hide(); |
103 | $("#bizResListTableContent").show(); | 106 | $("#bizResListTableContent").show(); |
-
Please register or login to post a comment