mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix for disabled/ignored (#4623)
This commit is contained in:
@@ -134,7 +134,7 @@ if (defined('SHOW_SETTINGS')) {
|
|||||||
$in_devices = implode(',', $in_devices);
|
$in_devices = implode(',', $in_devices);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($show_disabled_ignored != 1) {
|
if ($show_disabled_ignored == 1) {
|
||||||
$disabled_ignored = ', `D`.`ignore`, `D`.`disabled`';
|
$disabled_ignored = ', `D`.`ignore`, `D`.`disabled`';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user