Skip to content

Commit

Permalink
Update notification alerting states
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashtyn Edwards committed Nov 8, 2017
1 parent c26a22c commit f9f2e97
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 f9f2e97

Please sign in to comment.