From 4abafd4640f363f7cb8a01d56905f846b04bce10 Mon Sep 17 00:00:00 2001 From: librelad Date: Fri, 3 Jul 2026 19:51:26 +0100 Subject: [PATCH] tweak(webui/system): status dot before app icon in Per-app rows Co-Authored-By: Claude Fable 5 Signed-off-by: librelad --- .../frontend/components/admin/system/js/system-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/libreportal/frontend/components/admin/system/js/system-page.js b/containers/libreportal/frontend/components/admin/system/js/system-page.js index cf51df1..93acb91 100644 --- a/containers/libreportal/frontend/components/admin/system/js/system-page.js +++ b/containers/libreportal/frontend/components/admin/system/js/system-page.js @@ -305,7 +305,7 @@ class SystemPage { // Multi-instance slugs (_) share the base type's icon. const iconSlug = String(a.app).replace(/_\d+$/, ''); return ` - ${this.escape(a.app)} + ${this.escape(a.app)} ${a.running}/${a.containers} up ${C.bar(a.cpu_percent)}${(a.cpu_percent || 0).toFixed(1)}% ${C.bar(a.mem_percent)}${this.bytes(a.mem_bytes)}