aboutsummaryrefslogtreecommitdiff
path: root/internal/server/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/server/templates/index.html')
-rw-r--r--internal/server/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html
index d70b496..3c35f42 100644
--- a/internal/server/templates/index.html
+++ b/internal/server/templates/index.html
@@ -12,7 +12,7 @@
{{end}}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>{{.Site.Name}}</title>
+ <title>{{if eq .OverallStatus "All Systems Operational"}}[OK]{{else if eq .OverallStatus "Partial Outage"}}[!{{.StatusCounts.Degraded}}]{{else}}[X{{.StatusCounts.Down}}]{{end}} {{.Site.Name}}</title>
<meta name="description" content="{{.Site.Description}}">
{{if .Site.Favicon}}
<link rel="icon" href="{{.Site.Favicon}}">