Daniel Erez has uploaded a new change for review. Change subject: webadmin: UnitVmModel subscribe GetSPClusterService ......................................................................
webadmin: UnitVmModel subscribe GetSPClusterService UnitVmModel - Subscribe VdcQueryType.GetStoragePoolsByClusterService; introduced in http://gerrit.ovirt.org/#/c/11395/ The query subscription is needed for progress mechanism: prevents hourglass 'blinking'. Change-Id: I7c2324a8569cc4c96b89a6a62fa4764c1518adb1 Signed-off-by: Daniel Erez <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/03/12603/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java index 060bd0f..6134b47 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java @@ -1041,7 +1041,7 @@ Frontend.Subscribe(new VdcQueryType[] { VdcQueryType.GetStorageDomainsByStoragePoolId, VdcQueryType.GetAllIsoImagesListByStoragePoolId, VdcQueryType.GetTimeZones, - VdcQueryType.GetDefualtTimeZone, + VdcQueryType.GetDefualtTimeZone, VdcQueryType.GetStoragePoolsByClusterService, VdcQueryType.GetDomainList, VdcQueryType.GetConfigurationValue, VdcQueryType.GetVdsGroupsByStoragePoolId, VdcQueryType.GetVmTemplatesByStoragePoolId, VdcQueryType.GetVmTemplatesDisks, VdcQueryType.GetStorageDomainsByVmTemplateId, -- To view, visit http://gerrit.ovirt.org/12603 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c2324a8569cc4c96b89a6a62fa4764c1518adb1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
