{{define "title"}}Statping | Settings{{end}} {{define "content"}}
{{template "nav"}}
{{if Error}} {{end}}

Settings

{{if not .Domain}} {{end}}
HTML is allowed inside the footer
Current: {{.CurrentTime}}
API Key can be used for read only routes
API Secret is used for read, create, update and delete routes You can Regenerate API Keys if you need to.

Additional Settings

{{if .Domain}}
Open in Statping App {{end}}
{{if not .UsingAssets }}

Enable Local Assets

Customize your status page design by enabling local assets. This will create a 'assets' directory containing all CSS.

Enable Local Assets

{{ else }}
Delete All Assets
{{end}}
{{ range .Notifications }} {{$n := .Select}}
{{template "form_notifier" .}} {{ if $n.Logs }} Sent {{$n.SentLastHour}} in the last hour
{{ range $n.Logs }}
{{.Message}}

Sent {{.Time.Ago}}

{{ end }} {{ end }}
{{ end }}
{{ range .Repos }}
{{ .Name }}

{{ .Description }}

Add
{{ end }}
{{ range .Plugins }}

{{ .Name }}

{{ .Description }}
{{ safe .Form }}
{{end}}
{{end}} {{define "extra_css"}} {{end}} {{define "extra_scripts"}} {{end}}