{{ define "settings" }}

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

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

Total Worker Groups

{{ .WorkerGroupsCount }}

Total Monitors

{{ .MonitorsCount }}

Total Notifications

{{ .NotificationsCount }}

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

Last 10 executions for all monitors and worker groups.

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