From 3422227bea253ea80aa2ee5c3874741e17b90e2e Mon Sep 17 00:00:00 2001 From: Norman Niati Date: Tue, 9 Jun 2026 15:57:26 +0200 Subject: [PATCH] feat(ui): apply LjStatus on system node and plugin status Replaces the dot+text status cell in SystemNodeView and the tri-state status chip in SystemPluginView with the unified component from the host: - SystemNodeView: enabled = binary active dot (ok / idle) - SystemPluginView: lifecycle status mapped to ok / warn / idle Removes the now-dead scoped CSS (.status, .sdot, .chip variants). Refs #110 #111. --- ui/src/views/SystemNodeView.vue | 39 +++---------------------------- ui/src/views/SystemPluginView.vue | 13 ++++------- 2 files changed, 8 insertions(+), 44 deletions(-) diff --git a/ui/src/views/SystemNodeView.vue b/ui/src/views/SystemNodeView.vue index b68361e..91f0139 100644 --- a/ui/src/views/SystemNodeView.vue +++ b/ui/src/views/SystemNodeView.vue @@ -59,7 +59,8 @@