notifications
{{if .Nudges}}| when | rule | channel | outcome | message |
|---|---|---|---|---|
| {{.Ts.Format "15:04"}} | {{.Rule}} | {{.Channel}} | {{.Outcome}} | {{.Message}} |
no notifications yet
{{end}}
{{template "nav" "notifications"}}
notifications
{{if .Nudges}}
{{else}}
{{range .Nudges}}when rule channel outcome message
{{end}}{{.Ts.Format "15:04"}}
{{.Rule}}
{{.Channel}}
{{.Outcome}}
{{.Message}}
no notifications yet{{end}}