{{ define "settings" }} {{ $description := "Incidents represent an event where some services were unavailable. Incidents can either be created automatically via the Triggers or manually. Incidents can be resolved manually or via triggers as well, once services are healthy again." }} {{ $length := len .Incidents }} {{ if eq $length 0 }}

There are no incidents yet.

{{ $description }}

Add Manual Incident Go to Triggers
{{ else }}
{{ range .Incidents }} {{ end }}
List of Incidents

{{ $description }}

Create New
Name Type Action
{{ .Name }} {{ .Type }} Details
{{ end }} {{ end }}