Merge pull request #1913 from arjitc/patch-1

Match button style (ie, with + fontawesome icon)
This commit is contained in:
Daniel Preussker
2015-09-16 13:42:25 +00:00
+1 -1
View File
@@ -107,7 +107,7 @@ echo '<div class="table-responsive">
echo '<td colspan="7">';
if ($_SESSION['userlevel'] >= '10') {
echo '<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#create-alert" data-device_id="'.$device['device_id'].'">Create new alert rule</button>';
echo '<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#create-alert" data-device_id="'.$device['device_id'].'"><i class="fa fa-plus"></i> Create new alert rule</button>';
}
echo '</td>