...
|
...
|
@@ -189,7 +189,7 @@ |
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
<label class="col-sm-2 control-label"> <span style="color:red">*</span>监控时间段:</label>
|
|
|
<label class="col-sm-2 control-label"> <span style="color:red">*</span>监控状态:</label>
|
|
|
<div class="col-sm-3" style="float: left">
|
|
|
<select id="timeFlag" name="timeFlag" class="form-control" autocomplete="off">
|
|
|
<option value="1"> 一直监控</option>
|
...
|
...
|
@@ -352,13 +352,13 @@ |
|
|
},
|
|
|
width: "80px"
|
|
|
},{
|
|
|
title: "检测时间窗口(分钟)",
|
|
|
field: "dataIntervalTimes",
|
|
|
width: "140px"
|
|
|
},{
|
|
|
title: "执行间隔(分钟)",
|
|
|
field: "interval",
|
|
|
width: "100px"
|
|
|
},{
|
|
|
title: "检测时间段(分钟)",
|
|
|
field: "dataIntervalTimes",
|
|
|
width: "120px"
|
|
|
}, /*{
|
|
|
title: "告警方式",
|
|
|
field: "alarmType",
|
...
|
...
|
|