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
bc55712435c12d12335fdd2789a45f4e7cb045d0
2 parents
e49456fe
c0f989d9
Merge branch 'master-V32-LH' into 'master'
杭州-通知查询-活动告警资源拓扑图标替换 See merge request
!313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/src/controller/activewarning.js
hg-monitor-web-zj/src/main/resources/static/src/controller/activewarning.js
View file @
bc55712
...
...
@@ -650,7 +650,8 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
<
span
data
-
isBus
=
"{{d.isBus}}"
data
-
resid
=
"{{d.resId}}"
data
-
restype
=
"{{d.resType}}"
data
-
warn
-
zymc
=
"{{d.id}}"
data
-
ip
=
"{{d.ip}}"
data
-
resname
=
"{{d.resName}}"
data
-
pingenable
=
"{{d.pingEnable}}"
>
{{
d
.
resName
}}
<
/span
>
{{
#
}
}}
<
a
class
=
"layui-icon layui-icon-picture reslist-view-topo hide"
data
-
resid
=
"{{d.resId}}"
style
=
"color: #FEB61E; font-size: 14px; margin-left: 10px;"
lay
-
tips
=
"查看资源拓扑"
><
/a
>
<
a
class
=
"layui-icon reslist-view-topo hide"
data
-
resid
=
"{{d.resId}}"
lay
-
tips
=
"查看资源拓扑"
><
i
class
=
"iconfont"
style
=
"font-size: 20px;
color: #FEB61E;"
>
<
/i></
a
>
<
/div
>
`
}
...
...
Please
register
or
login
to post a comment