Update alerts.inc.php

This commit is contained in:
Arjit Chaudhary
2016-01-10 19:01:08 +05:30
parent 659d4e0172
commit 6a652b72fa

View File

@@ -44,6 +44,7 @@ $override_sysContact_bool = get_dev_attrib($device, 'override_sysContact_bool'
$override_sysContact_string = get_dev_attrib($device, 'override_sysContact_string');
$disable_notify = get_dev_attrib($device, 'disable_notify');
?>
<h3>Alert settings</h3>
<div class="row">
<div class="col-md-12">
@@ -51,7 +52,7 @@ $disable_notify = get_dev_attrib($device, 'disable_notify');
</div>
</div>
<h3>Alert settings</h3>
<form id="edit" name="edit" method="post" action="" role="form" class="form-horizontal">
<input type="hidden" name="editing" value="yes">
@@ -107,4 +108,4 @@ require_once 'includes/modal/new_alert_rule.inc.php';
<div class="col-md-1 col-md-offset-3">
<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#create-alert" data-device_id="<?php echo $device['device_id']; ?>"><i class="fa fa-plus"></i> Create new alert rule</button>
</div>
</div>
</div>