From 398ee8b93213060fc2ae18076d86cedaf533fd85 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Wed, 20 May 2026 09:15:14 -0400 Subject: [PATCH] fix: standardize sidebar icons in containers.html (containers/cluster/logout) --- services/web-ui/public/containers.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/services/web-ui/public/containers.html b/services/web-ui/public/containers.html index 4c9aced..9b30fc2 100644 --- a/services/web-ui/public/containers.html +++ b/services/web-ui/public/containers.html @@ -138,11 +138,11 @@ Tokens - + Containers - + Cluster @@ -153,8 +153,8 @@ - @@ -266,7 +266,6 @@ async function containerAction(id, action, btn) { } const label = action.charAt(0).toUpperCase() + action.slice(1); toast(label + ' sent', id, 'success'); - // Refresh after a brief delay to let the container change state setTimeout(loadContainers, 2500); } catch (err) { toast('Action failed', err.message, 'error');