21 lines
1.4 KiB
Cheetah
21 lines
1.4 KiB
Cheetah
{{define "subject"}}{{.InstanceName}} is ready{{end}}
|
|
{{define "tone"}}up{{end}}
|
|
{{define "category"}}Instance{{end}}
|
|
{{define "pill"}}{{template "chip" (dict "label" "Ready" "tone" "up")}}{{end}}
|
|
{{define "title"}}{{.InstanceName}} is ready{{end}}
|
|
{{define "body"}}
|
|
{{template "lead" (printf "%s is provisioned and waiting for you." .InstanceName)}}
|
|
{{if .LoginURL}}{{template "button" (dict "label" (printf "Sign in to %s" .InstanceName) "url" .LoginURL)}}{{end}}
|
|
{{template "stats" (list
|
|
(dict "big" "Free" "label" "Plan" "tone" "accent")
|
|
(dict "big" (plural (daysUntil .Expires) "day" "days") "label" (printf "Until renewal, on %s" (shortDate .Expires)) "tone" "up"))}}
|
|
{{template "label" "Get started"}}
|
|
{{template "steps" (list
|
|
(dict "t" "Sign in" "d" "Use your Vantage account email and password.")
|
|
(dict "t" "Connect your first server" "d" "Install the Vantage agent on a server and it joins your fleet.")
|
|
(dict "t" "Add monitors and alerts" "d" "Watch the services that matter and choose who hears when they fail."))}}
|
|
{{template "callout" (dict "tone" "accent" "title" "One password for everything" "text" "Sign in with the same email address and password you use for your Vantage account. Changing your Vantage HQ password changes it here too.")}}
|
|
{{template "small" "We will email you a week before the licence runs out, so you can renew it in one click."}}
|
|
{{end}}
|
|
{{define "why"}}you created {{.InstanceName}} in Vantage HQ.{{end}}
|