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
Email Patches
Plain Diff
Browse Files
Authored by
张凯
3 years ago
Commit
6b81b2bc955e796df944cecb591474137a1e57d7
1 parent
2982aa27
杭州-首页点击华为云、阿里云告警级别传参错误造成查询告警列表为空
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/main-biz-card.js
hg-monitor-web-base/src/main/resources/static/src/controller/main-biz-card.js
View file @
6b81b2b
...
...
@@ -315,7 +315,12 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions','
layer
.
msg
(
'暂无告警'
,
{
icon
:
0
});
return
false
;
}
//不以资源类型不包括父节点的资源类型 包括阿里云、华为云
if
(
"ALI_CLOUD_PLAT"
==
_resType
||
"HUAWEI_CLOUD_PLAT"
==
_resType
){
_resType
=
_resType
.
substring
(
0
,
_resType
.
lastIndexOf
(
"_"
));
}
$
(
this
).
attr
(
"lay-href"
,
"/alarm/activewarning/restype="
+
_resType
+
"/level="
+
level
);
// $(this).trigger();
});
// 点击资源数量
...
...
Please
register
or
login
to post a comment