refactor: create cluster by steps
This commit is contained in:
@@ -23,5 +23,7 @@ export default {
|
||||
'clusters.workerpool.volumes': '存储卷',
|
||||
'clusters.workerpool.format': '文件系统格式',
|
||||
'clusters.workerpool.size': '容量(GiB)',
|
||||
'clusters.workerpool.title': '节点池'
|
||||
'clusters.workerpool.title': '节点池',
|
||||
'clusters.workerpool.cloudOptions': '添加云配置',
|
||||
'clusters.workerpool.volumes.add': '添加存储卷'
|
||||
};
|
||||
|
||||
@@ -251,5 +251,6 @@ export default {
|
||||
'common.external.login': '使用 {type} 登录',
|
||||
'common.sso.noConfig': '该系统未启用单点登录,请联系管理员。',
|
||||
'common.button.edit.item': '编辑 {name}',
|
||||
'common.button.terminal': '终端'
|
||||
'common.button.terminal': '终端',
|
||||
'common.button.addItem': '添加项'
|
||||
};
|
||||
|
||||
@@ -30,5 +30,6 @@ export default {
|
||||
'menu.clusterManagement': '集群管理',
|
||||
'menu.clusterManagement.clusters': '集群',
|
||||
'menu.clusterManagement.credentials': '凭证',
|
||||
'menu.clusterManagement.clusterDetail': '集群详情'
|
||||
'menu.clusterManagement.clusterDetail': '集群详情',
|
||||
'menu.clusterManagement.clusterCreate': '创建集群'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user