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}}
- - -
-

🔍 搜索镜像

-
+ + +