{{ define "settings" }} {{ $description := "Triggers process check outcomes and determine if an incident should be created, updated or closed." }} {{ $length := len .Triggers }} {{ if eq $length 0 }}

There are no triggers yet.

{{ $description }}

Create First Trigger
{{ else }}
{{ range .Triggers }} {{ end }}
List of Triggers

{{ $description }}

Create New
Name State Action
{{ .Name }} {{ if eq .State "ACTIVE" }} ACTIVE {{ else if eq .State "PAUSED" }} PAUSED {{ else }} UNKNOWN {{ end }} Details
{{ end }} {{ end }}