mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
UI cleanup and added icons to various buttons
This commit is contained in:
@@ -92,10 +92,13 @@ if ($disable_notify) {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-default btn-sm" type="submit" name="Submit">Save</button>
|
||||
<div class="col-sm-3"></div>
|
||||
<button type="submit" name="Submit" class="btn btn-default"><i class="fa fa-check"></i> Save</button>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
require_once 'includes/modal/new_alert_rule.inc.php';
|
||||
?>
|
||||
<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#create-alert" data-device_id="<?php echo $device['device_id']; ?>">Create new alert rule</button>
|
||||
<br>
|
||||
<div class="col-sm-3"></div>
|
||||
<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>
|
Reference in New Issue
Block a user