mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
alert: Added support for disabling recovery notifications (#8430)
* alert: Added support for disabling recovery notifications * reversed use of recovery * removed debug + small update
This commit is contained in:
committed by
Tony Murray
parent
268e7c1ed4
commit
544b363951
@@ -32,7 +32,9 @@ use Symfony\Component\Yaml\Yaml;
|
||||
class QueryBuilderFilter implements \JsonSerializable
|
||||
{
|
||||
private static $table_blacklist = [
|
||||
'device_group_device'
|
||||
'device_group_device',
|
||||
'alerts',
|
||||
'alert_log',
|
||||
];
|
||||
|
||||
private $filter = [];
|
||||
|
Reference in New Issue
Block a user