浏览代码

alertlist: adds pause as filter option

closes #7400
bergquist 8 年之前
父节点
当前提交
c924510deb
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 = {