Commit 1cb45c34 by bergquist

fix(alertlist): better description

parent 0bde2ae6
...@@ -14,7 +14,7 @@ class AlertListPanel extends PanelCtrl { ...@@ -14,7 +14,7 @@ class AlertListPanel extends PanelCtrl {
showOptions = [ showOptions = [
{text: 'Current state', value: 'current'}, {text: 'Current state', value: 'current'},
{text: 'State changes', value: 'changes'} {text: 'Recent state changes', value: 'changes'}
]; ];
stateFilter: any = {}; stateFilter: any = {};
......
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