This repository was archived by the owner on Nov 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727
2828<template >
2929 <Panel >
30- <template #title >分布式服务列表 </template >
30+ <template #title >远程守护进程列表 </template >
3131 <template #default >
3232 <el-table :data =" services" stripe style =" width : 100% " size =" small" >
3333 <el-table-column prop =" ip" label =" 地址" ></el-table-column >
Original file line number Diff line number Diff line change 2727
2828<template >
2929 <Panel >
30- <template #title >镜像管理 </template >
30+ <template #title >远程主机镜像管理 </template >
3131 <template #default >
3232 <div class =" flex flex-space-between flex-align-items-center" >
3333 <div >
4545 <Panel >
4646 <template #title >远程主机镜像列表</template >
4747 <template #default >
48+ <p >镜像构建与容器运行依赖于 Docker 软件,物理主机上所有守护进程将共享所有镜像。</p >
4849 <el-table :data =" images" stripe style =" width : 100% " size =" small" >
4950 <el-table-column label =" ID" >
5051 <template #default =" scope " >
7273 <Panel >
7374 <template #title >远程主机容器列表</template >
7475 <template #default >
76+ <p >容器列表代表所有正在独立镜像环境运行的应用实例,此处列表不仅仅包括面板所启动的容器。</p >
7577 <el-table :data =" containers" stripe style =" width : 100% " size =" small" >
7678 <el-table-column prop =" Command" label =" ID" >
7779 <template #default =" scope " >
Original file line number Diff line number Diff line change 2727
2828<template >
2929 <Panel >
30- <template #title >分布式应用实例列表 </template >
30+ <template #title >应用实例列表 </template >
3131 <template #default >
3232 <el-row :gutter =" 20" justify =" space-between" class =" row-mb" >
3333 <el-col :md =" 12" :offset =" 0" >
Original file line number Diff line number Diff line change @@ -366,7 +366,6 @@ export default {
366366 }
367367 },
368368 initChart () {
369- console .log (" 正在初始化表格...." );
370369 // 基于准备好的dom,初始化echarts实例
371370 this .systemChart = echarts .init (document .getElementById (" echart-wrapper-main" ));
372371 this .systemChart .setOption (getDefaultOption ());
You can’t perform that action at this time.
0 commit comments