mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Change the wording for the create default rules button to hopefully get more users to click it.
This commit is contained in:
@ -248,7 +248,7 @@ if ($count < 1) {
|
||||
<div class="col-sm-12">
|
||||
<form role="form" method="post">
|
||||
<p class="text-center">
|
||||
<button type="submit" class="btn btn-success btn-lg" id="create-default" name="create-default">Create default global alerts!</button>
|
||||
<button type="submit" class="btn btn-success btn-lg" id="create-default" name="create-default"><i class="fa fa-plus"></i> Click here to create the default alert rules!</button>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user