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
王涛
3 years ago
Commit
3bbe4f34a301a56a93a786ea59ae89d981998804
2 parents
bc557124
4af25851
Merge branch 'master-v32-lushangqing' into 'master'
首页告警级别跳转带restype See merge request
!314
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
hg-monitor-web-base/src/main/resources/static/src/views/index-biz-card.html
hg-monitor-web-base/src/main/resources/static/src/views/index-biz-card.html
View file @
3bbe4f3
...
...
@@ -466,19 +466,19 @@
<!--
<
span
class
=
"index-banner-item-tips"
lay
-
tips
=
"当前有{{item.total}}条告警"
data
-
restype
=
"{{item.resType}}"
>
{{
item
.
total
}}
<
/span>--
>
<
span
class
=
"index-banner-item-tips select-total"
lay
-
tips
=
"当前有{{item.total}}条告警"
data
-
bizid
=
"{{item.busId
}}"
>
{{
item
.
total
}}
<
/span
>
data
-
restype
=
"{{item.resType
}}"
>
{{
item
.
total
}}
<
/span
>
{{
#
}
}}
{{
#
if
(
item
.
important
)
{
}}
<
span
class
=
"index-banner-item-tips select-important"
lay
-
tips
=
"当前有{{item.important}}条告警"
data
-
bizid
=
"{{item.busId
}}"
>
{{
item
.
important
}}
<
/span
>
data
-
restype
=
"{{item.resType
}}"
>
{{
item
.
important
}}
<
/span
>
{{
#
}
}}
{{
#
if
(
item
.
normal
)
{
}}
<
span
class
=
"index-banner-item-tips select-normal"
lay
-
tips
=
"当前有{{item.normal}}条告警"
data
-
bizid
=
"{{item.busId
}}"
>
{{
item
.
normal
}}
<
/span
>
data
-
restype
=
"{{item.resType
}}"
>
{{
item
.
normal
}}
<
/span
>
{{
#
}
}}
{{
#
if
(
item
.
serious
)
{
}}
<
span
class
=
"index-banner-item-tips select-serious"
lay
-
tips
=
"当前有{{item.serious}}条告警"
data
-
bizid
=
"{{item.busId
}}"
>
{{
item
.
serious
}}
<
/span
>
data
-
restype
=
"{{item.resType
}}"
>
{{
item
.
serious
}}
<
/span
>
{{
#
}
}}
<
/div
>
<
ul
class
=
"gj-detail-info"
>
...
...
Please
register
or
login
to post a comment