-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Steps
- Write a
ui-wizard.yamlfile anywhere in project dir with this content:
uiWizard:
title: Platform initialization
description: Follow the steps below to setup a new platform.
success: Platform initialization finished
steps:
- title: Action 1 title
description: Action 1 description
actions:
- keyring:list
- title: Action 2 title
description: Action 2 description
actions:
- dependencies
- title: Action 3 title
description: Action 3 description
actions:
- platform:var-get
- Start web ui with
plasmactl web - Click on the wizard icon (top right corner) or go to
/wizard
Observed
- First wizard page display as exepct and lists of available wizard
- With wizard file located at
.compose/build/platform/actions/ui-wizard.yaml
Expected
- Wizard should display action as multi step forms
Metadata
Metadata
Assignees
Labels
No labels


