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
wangtao
2 years ago
Commit
b32a1094a7f49514ed0baf2fc516d5482ec40a07
1 parent
ec9cc339
fix: 优化
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/alarmsubscribeIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmsubscribeIndex.js
View file @
b32a109
...
...
@@ -992,7 +992,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function
window
.
top
.
postMessage
({
type
:
'dialog'
,
message
:
{
'params'
:{},
'title'
:
'告警订阅排除订阅指标'
,
'url'
:
`
platform
/
index
.
html
#
/
alarmsubscribe
/
excludeKpi
?
subId
=
$
{
subId
}
`
}
message
:
{
'params'
:{},
'title'
:
'告警订阅排除订阅指标'
,
'url'
:
`
/
mj
/
index
.
html
#
/
alarmsubscribe
/
excludeKpi
?
subId
=
$
{
subId
}
`
}
},
'*'
)
});
}
...
...
Please
register
or
login
to post a comment