mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update alerts.inc.php
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user