fix: add worker init steps failed

This commit is contained in:
jialin
2025-12-03 12:32:04 +08:00
parent 8a24ba0252
commit 59eace702b
6 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ export default {
'noresult.catalog.nofound': '未找到匹配的模型',
'noresult.resources.cluster': '暂无可用集群,请添加集群以开始使用。',
'noresult.resources.worker': '暂无可用节点,请添加节点以开始使用。',
'noresult.resources.gotocluster': '创建 Docker 或其他类型的集群',
'noresult.resources.gotocluster': '创建您的第一个集群',
'noresult.resources.gotoworker': '添加节点'
};