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:
Neil Lathwood
2018-03-22 17:38:16 +00:00
committed by Tony Murray
parent 268e7c1ed4
commit 544b363951
5 changed files with 49 additions and 15 deletions

View File

@@ -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 = [];