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
王涛
2022-03-10 20:04:15 +0800
Commit
f736201a45e7ef41d64f3ed67c9dcf64108af269
2 parents
b0206695
6407b644
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
网卡上行速率 See merge request
!452
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
f736201
...
...
@@ -1308,7 +1308,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
linechart
.
on
(
'click'
,
function
(
v
)
{
var
params
=
{
resId
:
resId
,
kpiId
:
kpiId
.
split
(
','
).
length
==
0
?
kpiId
:
kpiId
.
split
(
','
)[
v
.
componentIndex
],
//当kpiId为多个时,点击时获取对应kpiId
kpiId
:
kpiId
,
flag
:
data
.
series
[
v
.
componentIndex
].
flag
,
warning
:
false
,
ident
:
true
,
...
...
Please
register
or
login
to post a comment