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
4af2585186acf14ca809f5d3fadba5e9544966b6
2 parents
bef49d92
bc557124
Merge branch 'master' of
http://192.168.1.136:82/monitor_v3/hg-monitor-web
into …
…master-v32-lushangqing
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 @
4af2585
...
...
@@ -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