mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-08-17 05:09:51 +00:00
feat: Fix some labels
Signed-off-by: Marcelo Fukumoto <marcelo.fukumoto@suse.com>
This commit is contained in:
parent
0d9b976dd2
commit
f270a7b1f8
@ -41,6 +41,8 @@ members:
|
|||||||
projectMembership: Project Membership
|
projectMembership: Project Membership
|
||||||
|
|
||||||
asyncButton:
|
asyncButton:
|
||||||
|
createAndStart:
|
||||||
|
action: Create and Start
|
||||||
restart:
|
restart:
|
||||||
action: Save and Restart
|
action: Save and Restart
|
||||||
success: Restarted
|
success: Restarted
|
||||||
@ -1977,7 +1979,7 @@ harvester:
|
|||||||
error: Error
|
error: Error
|
||||||
canceled: Canceled
|
canceled: Canceled
|
||||||
inProgress: In Progress
|
inProgress: In Progress
|
||||||
active: Active
|
active: Succeeded
|
||||||
actions:
|
actions:
|
||||||
start: Start
|
start: Start
|
||||||
restart: Restart
|
restart: Restart
|
||||||
|
|||||||
@ -231,6 +231,7 @@ const onCancel = () => {
|
|||||||
:can-yaml="false"
|
:can-yaml="false"
|
||||||
:cancel-event="true"
|
:cancel-event="true"
|
||||||
finish-mode="finish"
|
finish-mode="finish"
|
||||||
|
finish-button-mode="createAndStart"
|
||||||
class="wizard"
|
class="wizard"
|
||||||
@cancel="onCancel"
|
@cancel="onCancel"
|
||||||
@finish="onFinish"
|
@finish="onFinish"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user