Alona Kaplan has submitted this change and it was merged. Change subject: webadmin: send vfs config update to the backend ......................................................................
webadmin: send vfs config update to the backend When clicking 'ok' on the setup network window the are several commands that should (and in some cases shouldn't) be sent to the backed. SetupNetworks->CommitNetworkChanges-> Vfs config update: UpdateVfsConfig-> Mulitple(AddVfsConfigNetwork)->Mulitple(RemoveVfsConfigNetwork)-> Mulitple(AddVfsConfigLabel)->Mulitple(RomoveVfsConfigLabel) HostSetupNetworks.postOnSetupNetworks() was slightly changed to use fluent command calls in order to make all this command calls more readable. Change-Id: Ide1ff9edbc9d907cbb19034a5789a1c7c7963b3b Signed-off-by: Alona Kaplan <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/HostNicVfsConfig.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostSetupNetworksModel.java A frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/VfsConfigAction.java 3 files changed, 181 insertions(+), 34 deletions(-) Approvals: Alona Kaplan: Verified Gilad Chaplik: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/36976 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ide1ff9edbc9d907cbb19034a5789a1c7c7963b3b Gerrit-PatchSet: 40 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Lior Vernia <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
