From 07fecdbf86871055032475226523984d8dd7feb9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Apr 2026 17:39:01 +0800 Subject: [PATCH] fix: add component includes and fix API paths in nodes page --- web/html/nodes.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/web/html/nodes.html b/web/html/nodes.html index 9fe75174..f2e77ab3 100644 --- a/web/html/nodes.html +++ b/web/html/nodes.html @@ -147,12 +147,15 @@ {{template "page/body_scripts" .}} +{{template "component/aSidebar" .}} +{{template "component/aThemeSwitch" .}}