-
Notifications
You must be signed in to change notification settings - Fork 356
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
Display the VNC start/end port when adding a vmware provider #2999
Conversation
AFAIR, the inconsistency existed from the very beginning - even when the form was non-angular. LGTM (Nice-to-have: Validation for the ports that enforces only numbers. But since it did not exist before, we can add it later if required) |
Checked commit skateman@9520bfc with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Display the VNC start/end port when adding a vmware provider (cherry picked from commit 46f0608) https://bugzilla.redhat.com/show_bug.cgi?id=1524714
Gaprindashvili backport details:
|
Display the VNC start/end port when adding a vmware provider (cherry picked from commit 46f0608) https://bugzilla.redhat.com/show_bug.cgi?id=1565366
Fine backport details:
|
When adding a vmware infra provider, the VNC start/end port fields aren't displayed. However, when editing the same provider they are there. I don't know the reason behind this inconsistency, but I got a 🪲 for it so here's the fix.
Before:
After:
@miq-bot add_label bug
https://bugzilla.redhat.com/show_bug.cgi?id=1514594
@AparnaKarve could you please review?