Lior Vernia has submitted this change and it was merged.
Change subject: webadmin: Fixed bond-related flows in Setup Networks
......................................................................
webadmin: Fixed bond-related flows in Setup Networks
Previously the free bonds on a host were queried every time the Setup
Networks dialog was redrawn, where they could in fact only change when
backend data was retrieved. Moreover, the computation of the next free
bond name was performed by mistake several times whenever the dialog
was redrawn, instead of just once.
Change-Id: I9eacb27404eca28bb890973545f08fec9b983c4e
Signed-off-by: Lior Vernia <lvernia(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostSetupNetworksModel.java
1 file changed, 17 insertions(+), 14 deletions(-)
Approvals:
Lior Vernia: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/22969
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9eacb27404eca28bb890973545f08fec9b983c4e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server