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
0ff72defc20cc237c3718ad191cea8c088885f67
1 parent
8f94ecaf
【1035】 【首页】应用资源类型右上角数字跳转到活动告警
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html
hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html
View file @
0ff72de
...
...
@@ -70,7 +70,8 @@
lay
-
tips
=
"资源总数:{{item.resNum }} <br>严重告警:{{item.serious}}<br>重要告警:{{item.important}}<br>一般告警:{{item.normal}}"
data
-
serious
=
"{{item.serious}}"
data
-
important
=
"{{item.important}}"
data
-
normal
=
"{{item.normal}}"
lay
-
filter
=
"layadmin-app"
>
<
a
href
=
"javascript:;"
lay
-
href
=
"{{ '/biz/list/restype=' + item.resType }}"
>
{{
item
.
resTypeName
}}
<!--
lsq
右上角点击跳转到活动告警
2022
-
08
-
31
-->
<
a
href
=
"javascript:;"
lay
-
href
=
"{{ '/alarm/activewarning/restype=' + item.resType }}"
>
{{
item
.
resTypeName
}}
{{
#
if
(
alarmCount
!=
0
){
}}
<
span
class
=
"layui-badge"
>
{{
alarmCount
}}
<
/span
>
{{
#
}
}}
...
...
Please
register
or
login
to post a comment