diff --git a/assets/templates/alertgroup.html b/assets/templates/alertgroup.html index 3f9acba66..250b765f7 100644 --- a/assets/templates/alertgroup.html +++ b/assets/templates/alertgroup.html @@ -66,7 +66,13 @@ <% if (alert.state === "suppressed") { cls_indicator = 'incident-indicator-success' } %>
<% _.each(alert.alertmanager, function(am){ %> - + <% if (am.state === "suppressed") { %> + <% labelCls = "label-success" %> + <% } else if (am.state === "unprocessed") { %> + <% labelCls = "label-default" %> + <% } %> +