
Itamar Heim has submitted this change and it was merged. Change subject: webadmin: Removed custom MAC leftovers from dialog ...................................................................... webadmin: Removed custom MAC leftovers from dialog The code meant to remove the custom MAC address checkbox and explanation label didn't work because it was called asynchronously, and apparently would only get disabled after the widget would get edited and thus have no effect. Change-Id: I5fc1bb2183b87567213ac9c5e8cb83e8a728979a Bug-Url: https://bugzilla.redhat.com/1007506 Signed-off-by: Lior Vernia <lvernia@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/networkinterface/NetworkInterfacePopupWidget.java 1 file changed, 13 insertions(+), 0 deletions(-) Approvals: Itamar Heim: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19716 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5fc1bb2183b87567213ac9c5e8cb83e8a728979a Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server