mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Cosmetic fix on Alert-Rules
This commit is contained in:
@@ -205,7 +205,7 @@ foreach (dbFetchRows($full_query, $param) as $rule) {
|
||||
echo '<strong><em>Inverted</em></strong> ';
|
||||
}
|
||||
|
||||
echo '<i>'.htmlentities($rule['rule']).'</i></td>';
|
||||
echo '<i>'.$rule['rule'].'</i></td>';
|
||||
echo '<td>'.$rule['severity'].'</td>';
|
||||
echo "<td><span id='alert-rule-".$rule['id']."' class='glyphicon glyphicon-".$ico.' glyphicon-large text-'.$col."'></span> ";
|
||||
if ($rule_extra['mute'] === true) {
|
||||
|
||||
Reference in New Issue
Block a user