Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: Fix cluster dialog hang during import
......................................................................
webadmin: Fix cluster dialog hang during import
1. Cluster dialog was hanging when wrong password is given for
the host. This is fixed now. An error message will be shown
in case of wrong credentials.
2. If the servers which the user is trying to import
is already part of another cluster, an error message
will be shown.
Change-Id: I717a9aa953f2c8bc41676c2cf91267e38328245f
Bug-Url:
https://bugzilla.redhat.com/883147
Bug-Url:
https://bugzilla.redhat.com/884292
Signed-off-by: Kanagaraj M <kmayilsa(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterListModel.java
M
frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java
M
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml
4 files changed, 16 insertions(+), 10 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/9736
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I717a9aa953f2c8bc41676c2cf91267e38328245f
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>