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
xwx
3 years ago
Commit
3358d5403f581cda51456434a40b913df700f500
1 parent
325688a6
【167】告警策略配置功能调整
Show 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 @
3358d54
...
...
@@ -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