Skip to content

Wizard steps not displaying #150

@davidferlay

Description

@davidferlay

Steps

  • Write a ui-wizard.yaml file 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

Image

  • With wizard file located at .compose/build/platform/actions/ui-wizard.yaml

Image

  • With wizard file located at /ui-wizard.yaml
    Image

Expected

  • Wizard should display action as multi step forms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions