From 1838e02d567ceda08d8f3f78633b6d31895e9790 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Sun, 21 Jun 2026 04:41:33 +0000 Subject: [PATCH] feat: hide network status panel in kiosk mode; bump cache version --- public_html/assets/css/jarvis.css | 1 + public_html/index.html | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/public_html/assets/css/jarvis.css b/public_html/assets/css/jarvis.css index 8a0140e..2384dbe 100644 --- a/public_html/assets/css/jarvis.css +++ b/public_html/assets/css/jarvis.css @@ -1382,5 +1382,6 @@ body.kiosk-mode #bb-ha-item { display:none !important; } body.kiosk-mode #bb-agents-item { display:none !important; } body.kiosk-mode #bb-memory-item { display:none !important; } body.kiosk-mode #bb-pve-item { display:none !important; } +body.kiosk-mode #network-status-panel { display:none !important; } /* If agents or guardian was the active tab, switch to intel */ diff --git a/public_html/index.html b/public_html/index.html index 5a7d917..265a7b2 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -6,7 +6,7 @@ JARVIS — Integrated Defense and Logistics System - + @@ -203,7 +203,7 @@
-
+
NETWORK STATUS
@@ -426,12 +426,12 @@ style="position:fixed;top:-9999px;left:-9999px;width:320px;height:240px"> - - - - - - + + + + + +