From b8a83bce37aa2640c27ce69d52b2be1a332c1595 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Mon, 8 Jun 2026 21:13:28 +0200 Subject: [PATCH] ui: color Optimistic status badge blue to match Dora --- frontend/templates/health/health.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/health/health.html b/frontend/templates/health/health.html index c7d3104..d0ec43d 100644 --- a/frontend/templates/health/health.html +++ b/frontend/templates/health/health.html @@ -35,7 +35,7 @@

Clients

{{ else if eq $client.Status "synchronizing" }} Synchronizing {{ else if eq $client.Status "optimistic" }} - Optimistic + Optimistic {{ else if eq $client.Status "offline" }} Offline {{ else }} @@ -175,7 +175,7 @@

Client Forks

{{ else if eq .Client.Status "synchronizing" }} Synchronizing {{ else if eq .Client.Status "optimistic" }} - Optimistic + Optimistic {{ else if eq .Client.Status "offline" }} Offline {{ else }}