{{ 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 }} {{ if eq .Status "Running" }} {{ else }} {{ end }} {{ end }}
History

Last 10 executions.

Check ID Status Worker Group Started At Ended At Duration Note
{{ .CheckId }} {{ .Status }}... {{ .WorkerGroupName }} {{ .StartTime.Format "2006-01-02 15:04:05" }}
{{ .CheckId }} {{ .Status }} {{ .WorkerGroupName }} {{ .StartTime.Format "2006-01-02 15:04:05" }} {{ .EndTime.Format "2006-01-02 15:04:05" }} {{ DurationRoundMillisecond .Duration }} {{ .Note }}
{{ end }}