-
Notifications
You must be signed in to change notification settings - Fork 91
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
BZ#1525692-Hides console buttons when indicated by server sans message #1354
BZ#1525692-Hides console buttons when indicated by server sans message #1354
Conversation
Shows console message in the event one exists, affects all sui supported consoles, vnc, cockpit
@himdel given the scenario you described above, we now hide the console button when there is no visibility or message with either cockpit or console |
If neither console nor cockpit is visible or has a message to display as to why the button is disabled, do not snow the access button
Checked commits AllenBW/manageiq-ui-service@9c12130~...9e413ff with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
LGTM, the button goes away when no services are available, and shows the message when present.
…sole-support BZ#1525692-Hides console buttons when indicated by server sans message (cherry picked from commit d21f520) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1533935
Gaprindashvili backport details:
|
@AllenBW There are conflicts backporting to Fine branch. Can you please create a PR for Fine branch? |
@simaishi BUMMER! thanks for checking! will make this happen immediately. |
Backported to Fine via #1359 |
closes https://bugzilla.redhat.com/show_bug.cgi?id=1525692
This work ensures we show a console message as a tooltip in the event one exists (you'll notice in both sui ss below, we indicate why cockpit is disabled)
When vnc is not selected in ops, we no longer see the option in sui
When vnc is selected in ops, we see the option in sui (you'll notice no tooltip, its only displayed when a message is present)
This work is related to https://bugzilla.redhat.com/show_bug.cgi?id=1532720