From 8cea26cb07552f1df919a61241b5653acfed3569 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 17 Apr 2026 08:15:14 +0800 Subject: [PATCH] refactor(web): move shared HTML partials and CSS into web/core Co-Authored-By: Claude Opus 4.6 --- web/{ => core}/html/api-doc-drawer.html | 0 web/{ => core}/html/chart-panel.html | 0 web/{ => core}/html/equipment-panel.html | 0 web/{ => core}/html/log-stream-panel.html | 0 web/{ => core}/html/logs-panel.html | 0 web/{ => core}/html/points-panel.html | 0 web/{ => core}/html/source-panel.html | 0 web/{ => core}/styles.css | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename web/{ => core}/html/api-doc-drawer.html (100%) rename web/{ => core}/html/chart-panel.html (100%) rename web/{ => core}/html/equipment-panel.html (100%) rename web/{ => core}/html/log-stream-panel.html (100%) rename web/{ => core}/html/logs-panel.html (100%) rename web/{ => core}/html/points-panel.html (100%) rename web/{ => core}/html/source-panel.html (100%) rename web/{ => core}/styles.css (100%) diff --git a/web/html/api-doc-drawer.html b/web/core/html/api-doc-drawer.html similarity index 100% rename from web/html/api-doc-drawer.html rename to web/core/html/api-doc-drawer.html diff --git a/web/html/chart-panel.html b/web/core/html/chart-panel.html similarity index 100% rename from web/html/chart-panel.html rename to web/core/html/chart-panel.html diff --git a/web/html/equipment-panel.html b/web/core/html/equipment-panel.html similarity index 100% rename from web/html/equipment-panel.html rename to web/core/html/equipment-panel.html diff --git a/web/html/log-stream-panel.html b/web/core/html/log-stream-panel.html similarity index 100% rename from web/html/log-stream-panel.html rename to web/core/html/log-stream-panel.html diff --git a/web/html/logs-panel.html b/web/core/html/logs-panel.html similarity index 100% rename from web/html/logs-panel.html rename to web/core/html/logs-panel.html diff --git a/web/html/points-panel.html b/web/core/html/points-panel.html similarity index 100% rename from web/html/points-panel.html rename to web/core/html/points-panel.html diff --git a/web/html/source-panel.html b/web/core/html/source-panel.html similarity index 100% rename from web/html/source-panel.html rename to web/core/html/source-panel.html diff --git a/web/styles.css b/web/core/styles.css similarity index 100% rename from web/styles.css rename to web/core/styles.css