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
+2 -2
View File
@@ -39,13 +39,13 @@ export default {
'No clusters available. Add a cluster to get started.',
'noresult.resources.worker':
'No workers available. Add a worker to get started.',
'noresult.resources.gotocluster': 'Create a Docker or Other Cluster',
'noresult.resources.gotocluster': 'Create Your First Cluster',
'noresult.resources.gotoworker': 'Add Worker'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'noresult.resources.cluster': 'No clusters available. Add a cluster to get started.',
// 2. 'noresult.resources.worker': 'No workers available. Add a worker to get started.',
// 3. 'noresult.resources.gotocluster': 'Create a Docker or Other Cluster',
// 3. 'noresult.resources.gotocluster': 'Create Your First Cluster',
// 4. 'noresult.resources.gotoworker': 'Add Worker'
// ========================================================================