Daniel Erez has submitted this change and it was merged. Change subject: webadmin: fix DirectLUN disk creation ......................................................................
webadmin: fix DirectLUN disk creation As progress start/stop event is no longer invoked on the model, external disk panel isn't being displayed on VmDiskPopupWidget (i.e. New disk popup is missing the LUNs list in DirectLUN view). Hence, * Removing progress indication from the inner view (external disk panel) and rely on the popup progress. * Pass proper target to AsyncQuerys on SanStorageModel/SanStorageModelBase to ensure progress on Disk and Storage popups. Change-Id: Ib5f30df2ba2f4591f6daaa6144b1af8a0d09bfd4 Signed-off-by: Daniel Erez <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskPopupWidget.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/SanStorageModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/SanStorageModelBase.java 3 files changed, 26 insertions(+), 52 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Daniel Erez: Verified -- To view, visit http://gerrit.ovirt.org/36831 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib5f30df2ba2f4591f6daaa6144b1af8a0d09bfd4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Lior Vernia <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
