chore: worker ip

This commit is contained in:
jialin
2025-12-18 14:06:32 +08:00
parent e6c12d81ea
commit e83bff6923
6 changed files with 26 additions and 8 deletions
+3 -1
View File
@@ -94,5 +94,7 @@ export default {
'clusters.addworker.containerName': '节点容器名称',
'clusters.addworker.containerName.tips': '为节点容器指定一个名称。',
'clusters.addworker.dataVolume': 'GPUStack 数据卷',
'clusters.addworker.dataVolume.tips': '为 GPUStack 指定数据存储路径。'
'clusters.addworker.dataVolume.tips': '为 GPUStack 指定数据存储路径。',
'clusters.table.ip.internal': '内',
'clusters.table.ip.external': '外'
};