From c6c38f1e5d7fe950402f6fdffc969e3a3962cb43 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Fri, 8 May 2026 20:22:09 +0800 Subject: [PATCH] fix: keep system nav open for face-gallery, alarms, monitor --- internal/web/ui/templates/layout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/web/ui/templates/layout.html b/internal/web/ui/templates/layout.html index 2ce9d61..af69ec9 100644 --- a/internal/web/ui/templates/layout.html +++ b/internal/web/ui/templates/layout.html @@ -323,6 +323,9 @@ if ( path === "/ui/models" || path === "/ui/resources" || + path === "/ui/face-gallery" || + path === "/ui/alarms" || + path === "/ui/monitor" || path === "/ui/diagnostics" || path === "/ui/system" || path === "/ui/audit" ||