From c924510deb07fa682b9f69b3364b7da6f7ca937b Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 16 Feb 2017 16:01:57 +0100 Subject: [PATCH] alertlist: adds pause as filter option closes #7400 --- public/app/features/alerting/alert_list_ctrl.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/alerting/alert_list_ctrl.ts b/public/app/features/alerting/alert_list_ctrl.ts index 78713ee0c4c..c74f61c8a1c 100644 --- a/public/app/features/alerting/alert_list_ctrl.ts +++ b/public/app/features/alerting/alert_list_ctrl.ts @@ -15,6 +15,7 @@ export class AlertListCtrl { {text: 'OK', value: 'ok'}, {text: 'Alerting', value: 'alerting'}, {text: 'No Data', value: 'no_data'}, + {text: 'Paused', value: 'paused'}, ]; filters = {