aboutsummaryrefslogtreecommitdiff
path: root/internal/server/templates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-20 06:39:49 -0800
committerFuwn <[email protected]>2026-01-20 06:39:49 -0800
commit7eae8963da2312e663b253bc06d365061f13fe5c (patch)
treeccb37aae8e9d1cf1b49ec47712e62d30fde3bd0d /internal/server/templates
parentfix: Use correct column name error_message in last failure query (diff)
downloadkaze-7eae8963da2312e663b253bc06d365061f13fe5c.tar.xz
kaze-7eae8963da2312e663b253bc06d365061f13fe5c.zip
feat: Add disable_uptime_tooltip option
Diffstat (limited to 'internal/server/templates')
-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 c192a66..be80544 100644
--- a/internal/server/templates/index.html
+++ b/internal/server/templates/index.html
@@ -104,7 +104,7 @@
</div>
</div>
<div class="flex items-center gap-2 flex-shrink-0">
- <span class="text-sm font-medium {{if ge .UptimePercent 99.0}}text-emerald-600 dark:text-emerald-400{{else if ge .UptimePercent 95.0}}text-yellow-600 dark:text-yellow-400{{else}}text-red-600 dark:text-red-400{{end}}"{{if not $monitor.DisablePingTooltips}} data-tooltip='{{.UptimeTooltip}}'{{end}}>{{formatUptime .UptimePercent}}</span>
+ <span class="text-sm font-medium {{if ge .UptimePercent 99.0}}text-emerald-600 dark:text-emerald-400{{else if ge .UptimePercent 95.0}}text-yellow-600 dark:text-yellow-400{{else}}text-red-600 dark:text-red-400{{end}}"{{if not $monitor.DisableUptimeTooltip}} data-tooltip='{{.UptimeTooltip}}'{{end}}>{{formatUptime .UptimePercent}}</span>
</div>
</div>
<!-- History Bar -->