{{ define "settings" }} {{ $description := "Incidents can be manually created or based on monitors. They are used to notify about issues." }} {{ $length := len .Incidents }} {{ if eq $length 0 }}
{{ else }}Name | Notifications | Action |
---|---|---|
{{ .Name }} | {{ range .Notifications }} {{ . }} {{ end }} | Details |