refactor(cluster,resource): 统一同步按钮命名

- ClusterList.vue: "加入新节点" → "同步"
- Management.vue: "创建虚机" → "同步"
This commit is contained in:
2026-07-17 11:26:04 +08:00
parent 8fc4b0e0fb
commit 49244c931c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<h1>集群与容器</h1> <h1>集群与容器</h1>
<p>统一建设容器池 · RKE2 上建 Wayne 后新服务的标准发布流程 · Calico BGP 扁平网络</p> <p>统一建设容器池 · RKE2 上建 Wayne 后新服务的标准发布流程 · Calico BGP 扁平网络</p>
</div> </div>
<el-button type="primary">+ 加入新节点</el-button> <el-button type="primary">同步</el-button>
</div> </div>
<div class="panel"> <div class="panel">
+1 -1
View File
@@ -5,7 +5,7 @@
<h1>资源管理</h1> <h1>资源管理</h1>
<p>统一纳管物理机与虚机资源 · 基础数据来自 SINA CMDB</p> <p>统一纳管物理机与虚机资源 · 基础数据来自 SINA CMDB</p>
</div> </div>
<el-button type="primary">+ 创建虚机</el-button> <el-button type="primary">同步</el-button>
</div> </div>
<div class="stat-row"> <div class="stat-row">