-
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
frontend/src/components/NewShoot/GNewShootInfrastructureDetails.vue
Outdated
Show resolved
Hide resolved
@klocke-io, @holgerkoser You have pull request review open invite, please check |
@@ -122,7 +122,7 @@ SPDX-License-Identifier: Apache-2.0 | |||
class="ma-3" | |||
type="warning" | |||
> | |||
There must be at least one cloud profile supported by the dashboard as well as a seed that matches it's requirements. | |||
There must be at least one cloud profile that is supported by the dashboard and visible (not hidden by the dashboard vendor configuration). |
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.
"(not hidden by the dashboard vendor configuration)" might be covered by "that is supported by the dashboard".
There must be at least one cloud profile that is supported by the dashboard and visible (not hidden by the dashboard vendor configuration). | |
There must be at least one cloud profile that is supported by the dashboard and visible. |
Not sure if users understand what "and visible" means. Maybe marked / flagged as visible might help?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: