refactor(cluster,resource): 统一同步按钮命名
- ClusterList.vue: "加入新节点" → "同步" - Management.vue: "创建虚机" → "同步"
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h1>集群与容器</h1>
|
||||
<p>统一建设容器池 · RKE2 上建 Wayne 后新服务的标准发布流程 · Calico BGP 扁平网络</p>
|
||||
</div>
|
||||
<el-button type="primary">+ 加入新节点</el-button>
|
||||
<el-button type="primary">同步</el-button>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<h1>资源管理</h1>
|
||||
<p>统一纳管物理机与虚机资源 · 基础数据来自 SINA CMDB</p>
|
||||
</div>
|
||||
<el-button type="primary">+ 创建虚机</el-button>
|
||||
<el-button type="primary">同步</el-button>
|
||||
</div>
|
||||
|
||||
<div class="stat-row">
|
||||
|
||||
Reference in New Issue
Block a user