Kanagaraj M has submitted this change and it was merged.
Change subject: webadmin: fix sub-tabs loading issue in volumes tab
......................................................................
webadmin: fix sub-tabs loading issue in volumes tab
Bricks, Options and Permission sub tabs of Volume tab are
in loading state always when user tries to logout when any of
these sub tabs are active and go back to the same sub tab again
immeditaly after login.
Fixed it by adding syncSearch() in all these List Models
Change-Id: I1051df9da2233723894a931c981688dfab9478c3
Bug-Url:
https://bugzilla.redhat.com/1012871
Signed-off-by: Ramesh Nachimuthu <rnachimu(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeParameterListModel.java
2 files changed, 24 insertions(+), 5 deletions(-)
Approvals:
Kanagaraj M: Looks good to me, approved
Ramesh N: Verified
--
To view, visit
http://gerrit.ovirt.org/21449
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1051df9da2233723894a931c981688dfab9478c3
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <rnachimu(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Ramesh N <rnachimu(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server