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
xwx
2022-03-21 13:44:44 +0800
Commit
a5b8961df70db64d522f6b8e942274fd37cc49f3
2 parents
6f75cdc9
08ea3362
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into master-v32-xwx
Hide 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 @
a5b8961
...
...
@@ -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 @
a5b8961
...
...
@@ -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