Shahar Havivi has uploaded a new change for review. Change subject: UI: VMs do not appear in virtual machine tab if host is selected from Tree ......................................................................
UI: VMs do not appear in virtual machine tab if host is selected from Tree Change-Id: I2b18fcc3e2f4c56642226536978c63292d6f7997 Bug-Url: https://bugzilla.redhat.com/1063782 Signed-off-by: Shahar Havivi <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/99/24899/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java index 38c6952..6edd0a9 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java @@ -889,7 +889,7 @@ } else if (vmList.isSearchStringMatch(source)) { - prefix.argvalue = "Vms: Hosts.name = " + model.getTitle(); //$NON-NLS-1$ + prefix.argvalue = "Vms: host = " + model.getTitle(); //$NON-NLS-1$ } else if (templateList.isSearchStringMatch(source)) { -- To view, visit http://gerrit.ovirt.org/24899 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2b18fcc3e2f4c56642226536978c63292d6f7997 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
