From f270a7b1f8a669c8efe9649c5489534491d06feb Mon Sep 17 00:00:00 2001 From: Marcelo Fukumoto Date: Tue, 7 Jul 2026 12:40:01 +0200 Subject: [PATCH] feat: Fix some labels Signed-off-by: Marcelo Fukumoto --- pkg/harvester/l10n/en-us.yaml | 4 +++- .../pages/c/_cluster/vm-migration/vm-migration-wizard.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index 9fec9885..baab235a 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -41,6 +41,8 @@ members: projectMembership: Project Membership asyncButton: + createAndStart: + action: Create and Start restart: action: Save and Restart success: Restarted @@ -1977,7 +1979,7 @@ harvester: error: Error canceled: Canceled inProgress: In Progress - active: Active + active: Succeeded actions: start: Start restart: Restart diff --git a/pkg/harvester/pages/c/_cluster/vm-migration/vm-migration-wizard.vue b/pkg/harvester/pages/c/_cluster/vm-migration/vm-migration-wizard.vue index 01443e95..0548612e 100644 --- a/pkg/harvester/pages/c/_cluster/vm-migration/vm-migration-wizard.vue +++ b/pkg/harvester/pages/c/_cluster/vm-migration/vm-migration-wizard.vue @@ -231,6 +231,7 @@ const onCancel = () => { :can-yaml="false" :cancel-event="true" finish-mode="finish" + finish-button-mode="createAndStart" class="wizard" @cancel="onCancel" @finish="onFinish"