Commit c924510d by bergquist

alertlist: adds pause as filter option

closes #7400
parent a747d333
...@@ -15,6 +15,7 @@ export class AlertListCtrl { ...@@ -15,6 +15,7 @@ export class AlertListCtrl {
{text: 'OK', value: 'ok'}, {text: 'OK', value: 'ok'},
{text: 'Alerting', value: 'alerting'}, {text: 'Alerting', value: 'alerting'},
{text: 'No Data', value: 'no_data'}, {text: 'No Data', value: 'no_data'},
{text: 'Paused', value: 'paused'},
]; ];
filters = { filters = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment