Skip to content

Commit

Permalink
Merge pull request #5 from ashtynmo/master
Browse files Browse the repository at this point in the history
Update notification alerting states
  • Loading branch information
ashtynlynne authored Nov 9, 2017
2 parents c26a22c + f9f2e97 commit f36bc4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public class DashboardPanelAlert {
public enum AlertState {
ALERTING("alerting"),
NO_DATA("no_data"),
KEEP_LAST_STATE("keep_last_state");
KEEP_LAST_STATE("keep_state"),
OK("ok");
private final String value;

AlertState(String s) {
Expand Down

0 comments on commit f36bc4c

Please sign in to comment.