Daniel Erez has uploaded a new change for review. Change subject: userportal: UnitVmModel - subscribe GetHostsByClusterId ......................................................................
userportal: UnitVmModel - subscribe GetHostsByClusterId Adding VdcQueryType.GetHostsByClusterId to subscribed query types in Frontend (for preventing progress 'blink' on new/edit VM dialog). Change-Id: If500f79ee46638dc2a94a73cf673d8bdbd1d8880 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, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/13676/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 5b76962..b91625e 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 @@ -1038,7 +1038,8 @@ VdcQueryType.GetClustersWithPermittedAction, VdcQueryType.GetVmTemplatesWithPermittedAction, VdcQueryType.GetVdsGroupById, VdcQueryType.GetStoragePoolById, VdcQueryType.GetAllDisksByVmId, VdcQueryType.GetVmTemplate, VdcQueryType.GetVmConfigurationBySnapshot, - VdcQueryType.GetPermittedStorageDomainsByStoragePoolId, VdcQueryType.Search }); + VdcQueryType.GetPermittedStorageDomainsByStoragePoolId, VdcQueryType.GetHostsByClusterId, + VdcQueryType.Search }); this.behavior = behavior; this.behavior.setModel(this); -- To view, visit http://gerrit.ovirt.org/13676 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If500f79ee46638dc2a94a73cf673d8bdbd1d8880 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
