{{ define "settings" }}

Hi there, {{ .User.Email }}.

Welcome to the settings page. Here you can manage your worker groups, checks, and notifications.

Total Targets

{{ .ChecksCount }}

Total Checks

{{ .ChecksCount }}

Total Worker Groups

{{ .WorkerGroupsCount }}

Total Notifications

{{ .NotificationsCount }}

{{ range .History }} {{ end }}
Execution History

Last 10 executions for all checks and worker groups.

Check Worker Group Status Executed At Note
{{ .CheckName }} {{ .WorkerGroupName }} {{ .Status }} {{ .CreatedAt.Time.Format "2006-01-02 15:04:05" }} {{ .Note }}
{{ end }}