Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王涛
2022-03-25 14:48:59 +0800
Commit
47d6713c00189d5a21fbebfe86ab21cb7cf888a4
2 parents
c05da021
9c00bc00
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
首页卡片查看资源信息数据展示错误 See merge request
!492
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/bizreslist.js
hg-monitor-web-base/src/main/resources/static/src/controller/bizreslist.js
View file @
47d6713
...
...
@@ -98,6 +98,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm
//两种虚拟机合并成一种
//var newResType = resType === 'VIRTUALIZATION_VHOST' ? 'VIRTUALIZATION_VHOST,VIRTUALIZATION_VMWARE_VHOST' : resType;
var
newResType
=
resType
;
if
(
newResType
.
indexOf
(
"VHOST"
)
!=
-
1
){
newResType
=
"VHOST"
}
$
(
".biz_reslist_search"
).
show
();
$
(
".biz_reslist_treetable_search"
).
hide
();
$
(
"#bizResListTableContent"
).
show
();
...
...
Please
register
or
login
to post a comment