Daniel Erez has uploaded a new change for review. Change subject: webadmin: subscribe GetHostsForStorageOperation ......................................................................
webadmin: subscribe GetHostsForStorageOperation GetHostsForStorageOperationQuery has been introduced in: in Ifd2b1e7882c8527a80c8f340c4b0c363ba0b0f32 StorageModel -> subscribe queries: updated accordingly. Change-Id: Idec8d9c8163a1c393ac729dd4f12d98b1f41acfa Signed-off-by: Daniel Erez <de...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/16241/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java index 9ddbd15..6ba6357 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java @@ -191,7 +191,8 @@ Frontend.subscribeAdditionalQueries(new VdcQueryType[] { VdcQueryType.Search, VdcQueryType.GetConfigurationValue, VdcQueryType.GetStoragePoolsByStorageDomainId, VdcQueryType.GetStorageDomainsByStoragePoolId, VdcQueryType.GetLunsByVgId, VdcQueryType.GetAllVdsByStoragePool, - VdcQueryType.DiscoverSendTargets, VdcQueryType.GetDeviceList, VdcQueryType.GetExistingStorageDomainList }); + VdcQueryType.DiscoverSendTargets, VdcQueryType.GetDeviceList, + VdcQueryType.GetExistingStorageDomainList, VdcQueryType.GetHostsForStorageOperation }); setName(new EntityModel()); setDescription(new EntityModel()); -- To view, visit http://gerrit.ovirt.org/16241 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idec8d9c8163a1c393ac729dd4f12d98b1f41acfa Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <de...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches