Skip to content

Commit

Permalink
webui: Do not show disabled devices in alerts list as they stale #6213 (
Browse files Browse the repository at this point in the history
  • Loading branch information
laf authored and murrant committed Mar 24, 2017
1 parent 3da412d commit 04beee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/includes/table/alerts.inc.php
Expand Up @@ -2,7 +2,7 @@

require_once $config['install_dir'].'/includes/device-groups.inc.php';

$where = 1;
$where = ' `devices`.`disabled` = 0';

$alert_states = array(
// divined from librenms/alerts.php
Expand Down

0 comments on commit 04beee6

Please sign in to comment.