Skip to content

Feature: Multi variable dropdown menu #2751

Open
@marekspacirek

Description

@marekspacirek

Related to

Web-Frontend (what users interact with)

Impact

nice to have

Missing Feature

In the type of variable in Ansible template, there will be good to have something like selectable list. For example you can choose which packages will be used in playbook.

Implementation

Like Enum type variable. You add single variable name, multiple values. In Template run you will be prompted with dropdown list (like Enum), that will have checkboxes. After checking few, it will pass comma separated list of values in variable:
"list_of_values": "value_1, value_2, value_3"

Design

No response

Activity

Arielgordon123

Arielgordon123 commented on Feb 18, 2025

@Arielgordon123
Contributor

Something like this?

Image

Image

marekspacirek

marekspacirek commented on Feb 19, 2025

@marekspacirek
Author

Yes, that is perfect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @Arielgordon123@marekspacirek

      Issue actions

        Feature: Multi variable dropdown menu · Issue #2751 · semaphoreui/semaphore