Created attachment 1256143[details]
Delete specific EVM server from zone
Description of problem:
How to delete specific EMV server from zones
Have you came across this issue? Say I want to delete Server: rhv2, but Configuration displays only first EVM server(PFA: delete_evm_server.png )
Version-Release number of selected component (if applicable):
5.7.0.17
How reproducible:
Always
Steps to Reproduce:
1. Configuration -> Diagnostics -> Select Zone
2. Click "Configuration" button
3. Displays only first EVM server
Actual results:
Displays only one(first) EVM server
Expected results:
Should be able to display all EVM server available in that zone
Additional info:
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/a7582ed1b2308c6a1219b54aae5e0b9cf701a435
commit a7582ed1b2308c6a1219b54aae5e0b9cf701a435
Author: Eric Hayes <eric>
AuthorDate: Tue Feb 28 11:39:53 2017 -0800
Commit: Eric Hayes <eric>
CommitDate: Tue Mar 28 15:58:19 2017 -0700
Use ApplicationHelper::Button::ZoneDelete to display button for deleting the selected zone.
Addresses:
https://bugzilla.redhat.com/show_bug.cgi?id=1425456
app/controllers/ops_controller/diagnostics.rb | 2 +-
.../application_helper/toolbar/diagnostics_zone_center.rb | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
Created attachment 1256143 [details] Delete specific EVM server from zone Description of problem: How to delete specific EMV server from zones Have you came across this issue? Say I want to delete Server: rhv2, but Configuration displays only first EVM server(PFA: delete_evm_server.png ) Version-Release number of selected component (if applicable): 5.7.0.17 How reproducible: Always Steps to Reproduce: 1. Configuration -> Diagnostics -> Select Zone 2. Click "Configuration" button 3. Displays only first EVM server Actual results: Displays only one(first) EVM server Expected results: Should be able to display all EVM server available in that zone Additional info: