Match button style (ie, with + fontawesome icon)

This commit is contained in:
Arjit Chaudhary
2015-09-16 18:38:09 +05:30
parent de7871aae5
commit 27dc720892
+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>