Fixed services -> Alerts menu link + page

This commit is contained in:
laf
2015-10-17 18:13:11 +00:00
parent c653e3c0ee
commit 222191382d
2 changed files with 14 additions and 8 deletions

View File

@@ -190,7 +190,7 @@ if ($config['show_services']) {
if ($service_alerts) {
echo('
<li role="presentation" class="divider"></li>
<li><a href="services/status=0/"><i class="fa fa-bell-o fa-fw fa-lg"></i> Alerts ('.$service_alerts.')</a></li>');
<li><a href="services/state=down/"><i class="fa fa-bell-o fa-fw fa-lg"></i> Alerts ('.$service_alerts.')</a></li>');
}
if ($_SESSION['userlevel'] >= '10') {