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-08-10 18:01:12 +0800
Commit
6488841314a7bb49fb82af100c7821b1d4c71307
2 parents
05bafeed
0d2890cd
Merge branch 'master-v32-xwx' into 'master'
【167】告警策略配置功能调整 See merge request
!845
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyAdd.js
View file @
6488841
...
...
@@ -227,13 +227,6 @@ layui.define(['form', 'admin', 'laydate', 'common','sessions','reskpilist'], fun
return
false
;
}
if
(
!
data
.
alarmContentExpr
||
data
.
alarmContentExpr
==
''
){
layer
.
msg
(
"请先填写告警内容描述表达式!"
,
{
icon
:
7
,
time
:
3000
});
return
false
;
}
var
importantPolicy
=
data
.
seriousPolicy
;
var
importantExpr
=
data
.
importantPolicy
;
...
...
Please
register
or
login
to post a comment