-
Notifications
You must be signed in to change notification settings - Fork 112
Show cloudprofiles without matching seed #2454
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
base: master
Are you sure you want to change the base?
Conversation
@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0 | |||
<v-container class="px-0 mx-0"> | |||
<v-row> | |||
<v-col | |||
v-if="cloudProfiles.length > 1" | |||
v-if="cloudProfiles.length > 1 || !cloudProfileHasSeedNames" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need this change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If a cloudprovider has only one profile we want to show the dropdown anyway in case there is no seed as this is the only place where we show the hint about missing seeds. If you have a better idea please let me know :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
always show the cloudprofile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, done
@klocke-io, @holgerkoser You have pull request review open invite, please check |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: