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"