-
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
Restore the Delete button for servers in a zone #2213
Restore the Delete button for servers in a zone #2213
Conversation
fd8da67
to
a24c251
Compare
24c5756
to
d724594
Compare
@miq-bot add_label bug, ui, gaprindashvili/yes |
@lgalis Cannot apply the following label because they are not recognized: ui |
@lgalis are you sure this is not breaking anything? Just by analyzing the code, I found some places where the
|
@skateman - The setting of the @selected_zone in the diganostics.rb that is removed in this PR was added in #829, where the Configuration menu button was incorrectly changed to include Delete zone instead of Delete Server. This PR reverses that change. (Note - the diagnostics.rb uses the @selected_server for the current record for zone, server and region depending on the treenode) |
30f478d
to
0c16c60
Compare
@h-kataria - please review |
@lgalis when i click on a Zone node in tree on left, i see Configuration button group and Delete Server button after applying this fix but the server node on the right is not displayed as selected, i think that should be highlighted as well. |
c3f79ae
to
9e7e5c7
Compare
3471132
to
513fff8
Compare
…ght-side "Roles By Servers" tab
513fff8
to
4aa683d
Compare
4aa683d
to
9592445
Compare
Checked commits lgalis/manageiq-ui-classic@aa12252~...9592445 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@h-kataria - added code to highlight the selected server in teh roles by server tree, in addition to the existing display of the currently selected server in the 'Selected Item' box. |
@lgalis : I'll leave this one to @h-kataria and @skateman. Thx! |
LGTM, verified changes in UI. |
…s_in_zone Restore the Delete button for servers in a zone (cherry picked from commit 70e9b64) https://bugzilla.redhat.com/show_bug.cgi?id=1558092
Gaprindashvili backport details:
|
@miq-bot add_label fine/yes |
@simaishi - I will create a separate PR for FINE |
@lgalis Thank you. I'll mark all 3 PRs as |
Backported to Fine via #3763 |
Restore the Delete button for servers in a zone, selected from the right-side "Roles By Servers" tab
Links
https://bugzilla.redhat.com/show_bug.cgi?id=1492216
Before:
After: