From 698d8f45b1f6ddba6351823c787875bc45b51c19 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Mon, 23 Mar 2026 18:12:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=85=A8=E6=96=B0UI=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=EF=BC=8C=E4=BB=AA=E8=A1=A8=E7=9B=98=E3=80=81=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E3=80=81=E7=8E=B0=E4=BB=A3=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/dist/index.html | 1054 ++++++++++++++++++++++++-------------- 1 file changed, 662 insertions(+), 392 deletions(-) diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 758bdc7..fdbc715 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -3,144 +3,201 @@ - Docker Manager + Docker Panel + @@ -148,198 +205,274 @@
{{toast.msg}}
+ +
- + +
+ + + +
+
+
📦
+
{{containers.length}}
+
容器总数
+
+
+
▶️
+
{{runningCount}}
+
运行中
+
+
+
⏸️
+
{{containers.length - runningCount}}
+
已停止
+
+
+
💾
+
{{sysInfo.images || 0}}
+
镜像数量
+
+
+ + +
+
+
+
📈 系统资源使用
+
{{sysInfo.cpu_count}} 核 / {{fmtMem(sysInfo.memory_total)}}
+
+ +
+
+
+
🐳 容器状态分布
+
+ +
+
+ + +
+
+
🚀 运行中的容器
+ +
+
+
+
+
+
{{c.name}}
+
{{c.image}}
+
+ {{c.state}} +
+
{{fmtPorts(c.ports)}}
+
+
+
+
+ +
- -
-
容器总数
{{sysInfo.containers}}
{{sysInfo.running}} 运行中
-
镜像数量
{{sysInfo.images}}
-
Docker 版本
{{sysInfo.version}}
-
CPU / 内存
{{sysInfo.cpu_count}}核 / {{fmtMem(sysInfo.memory_total)}}
+ -
-
自动刷新
-
-
加载中
+ +
加载中...
暂无容器
-
-
-
{{c.name}}
-
{{c.image}}
-
ID: {{c.id}}
+
+
+
{{c.name}}
+
{{c.image}}
+
ID: {{c.id}}
{{c.state}}
-
{{fmtPorts(c.ports)}}
-
- - - - - - +
{{fmtPorts(c.ports)}}
+
+ + + + + +
- -
- -
- - -
-
加载中
-
点击搜索发现 Compose 项目
-
-
-
-
-
{{f.name||f.path.split('/').pop()}}
-
{{f.path}}
-
-
-
- - - - -
-
-
-
- - +
- - -
-

📥 下载镜像

-
- - +
-
{{pullStatus.msg}}
+
{{pullStatus.msg}}
- - -
-

🔍 搜索镜像

-
+ + +