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-17 17:00:00 +0800
Commit
08ea33621f96e90ca6db048876f099f3fd858387
2 parents
42ac12a0
5c665d69
Merge branch 'master-V32-LH' into 'master'
arms 详情页 echars 双折线重叠问题 See merge request
!475
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-zj/src/main/resources/static/src/controller/arms.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
08ea336
...
...
@@ -2288,6 +2288,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
* @param resId
*/
renderActiveAlarms
:
function
(
tableId
,
resId
)
{
$
(
'#'
+
tableId
).
prev
().
text
(
'实时告警Top5'
)
var
alarmlist
=
table
.
render
({
elem
:
'#'
+
tableId
,
url
:
common
.
domainName
+
'/api-web/home/alarm/alarmListPage'
...
...
hg-monitor-web-zj/src/main/resources/static/src/controller/arms.js
View file @
08ea336
...
...
@@ -81,7 +81,7 @@ layui.define(['commonDetail','common', 'admin'], function (exports) {
$
.
each
(
response
.
map
.
y
,
function
(
i
,
v
)
{
var
item
=
{
name
:
dataList
.
legend
[
i
],
stack
:
'Total'
,
//
stack: 'Total',
type
:
'line'
,
emphasis
:
{
focus
:
'series'
...
...
Please
register
or
login
to post a comment