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
f4bbadd2a53330e218637e37d5fd4cde441e4648
1 parent
98e1a7ae
指标状态-获取热水type--master迁移到500dev
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
f4bbadd
...
...
@@ -153,6 +153,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
// rowMenu.attr('data-canca', data.canCA);
// rowMenu.attr('data-incaing', data.inCAing);
// rowMenu.attr('data-restype', data.resType);
rowMenu
.
attr
(
'data-restype'
,
(
data
&&
data
[
0
])?
data
[
0
].
resType
:
''
);
//监听告警压制等操作配置
$
(
'#'
+
targetId
+
"_detail_row_menu"
).
hover
(
function
()
{
var
$that
=
$
(
this
);
...
...
@@ -253,6 +254,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
rowMenu
.
attr
(
"data-unit"
,
""
);
rowMenu
.
attr
(
'data-hidem'
,
'true'
);
rowMenu
.
attr
(
'data-nature'
,
'true'
);
//性能趋势
rowMenu
.
attr
(
'data-restype'
,
(
data
&&
data
[
0
])?
data
[
0
].
resType
:
''
);
//监听告警压制等操作配置
$
(
'#'
+
targetId
+
"_detail_row_menu"
).
hover
(
function
()
{
var
$that
=
$
(
this
);
...
...
Please
register
or
login
to post a comment