Przeglądaj źródła

alertlist: adds pause as filter option

closes #7400
bergquist 8 lat temu
rodzic
commit
c924510deb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      public/app/features/alerting/alert_list_ctrl.ts

+ 1 - 0
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 = {