Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API Required] Options to select hypervisors should be filtered in the dropdown based on Platform #325

Open
mohitsuman opened this issue May 14, 2019 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@mohitsuman
Copy link
Contributor

This case is specific to download and running minishift from the extension.

Scenario: I think the option to specify the virtualization should be filtered out based on platform
say if i m on mac, list of supported hypervisors should only be shown. Because if anything else is mentioned, it will fail the minishift runtime and then it has to be removed from the list of servers and again downloaded, which means going through the list of steps.

Adding only the required list in the dropdown will help increase the overall experience.

@mohitsuman mohitsuman added this to the devex #166 milestone May 14, 2019
@adietish adietish added the kind/enhancement New feature or request label May 18, 2019
@robstryker
Copy link
Contributor

WorkflowResponseItem has the notion of validResponses, a string list which can be shown in quickpicks for a given field.

Unfortunately, the create-server workflow's data object is Attribute and does not have this. This would require an API enhancement in rsp-server. We can look into it.

@lstocchi lstocchi removed this from the devex #166 milestone Sep 25, 2019
@robstryker robstryker changed the title Options to select hypervisors should be filtered in the dropdown based on Platform [API Required] Options to select hypervisors should be filtered in the dropdown based on Platform Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants