diff --git a/internal/glance/templates/monitor-compact.html b/internal/glance/templates/monitor-compact.html index a71b25a..32bd4ae 100644 --- a/internal/glance/templates/monitor-compact.html +++ b/internal/glance/templates/monitor-compact.html @@ -25,14 +25,14 @@ {{ if not .Status.TimedOut }}
{{ .Status.ResponseTime.Milliseconds | formatNumber }}ms
{{ end }} {{ if eq .StatusStyle "ok" }}
- - + +
{{ else }}
- - + +
{{ end }} diff --git a/internal/glance/templates/monitor.html b/internal/glance/templates/monitor.html index a70a426..c164bfb 100644 --- a/internal/glance/templates/monitor.html +++ b/internal/glance/templates/monitor.html @@ -39,14 +39,14 @@ {{ if eq .StatusStyle "ok" }}
- - + +
{{ else }}
- - + +
{{ end }}