aboutsummaryrefslogtreecommitdiff
path: root/internal/server
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-20 05:52:10 -0800
committerFuwn <[email protected]>2026-01-20 05:52:10 -0800
commit2846c1183a5461a1db2cf41127c82983b37196ad (patch)
treeffcb9718a75448e2ffa04d592e25fc0f444b8087 /internal/server
parentfeat: Add status indicator to browser tab title (diff)
downloadkaze-2846c1183a5461a1db2cf41127c82983b37196ad.tar.xz
kaze-2846c1183a5461a1db2cf41127c82983b37196ad.zip
style: Use arrow icons for tab title status
Diffstat (limited to 'internal/server')
-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 3c35f42..0b855d5 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>{{if eq .OverallStatus "All Systems Operational"}}[OK]{{else if eq .OverallStatus "Partial Outage"}}[!{{.StatusCounts.Degraded}}]{{else}}[X{{.StatusCounts.Down}}]{{end}} {{.Site.Name}}</title>
+ <title>{{if eq .OverallStatus "All Systems Operational"}}↑{{else if eq .OverallStatus "Partial Outage"}}↓{{.StatusCounts.Degraded}}{{else}}↓{{.StatusCounts.Down}}{{end}} {{.Site.Name}}</title>
<meta name="description" content="{{.Site.Description}}">
{{if .Site.Favicon}}
<link rel="icon" href="{{.Site.Favicon}}">