{{define "head"}} {{end}} {{define "content"}}

Alerts

{{$alertStateToRowClass := .AlertStateToRowClass}} {{range .AlertingRules}} {{$activeAlerts := .ActiveAlerts}} {{end}}
{{.Name}} ({{len $activeAlerts}} active)
{{.HTMLSnippet pathPrefix}} Silence All Children…
{{if $activeAlerts}} {{range $activeAlerts}} {{end}}
Labels State Active Since Value Silence
{{.Labels}} {{.State}} {{.ActiveSince}} {{.Value}} Silence…
{{end}}
{{end}}