Lior Vernia has uploaded a new change for review. Change subject: webadmin: Moved network lines in SearchBackend.gwt.xml ......................................................................
webadmin: Moved network lines in SearchBackend.gwt.xml Were listed under Gluster which could be confusing. Change-Id: Iaaaab42e811fb10000363e31b273a85dcc37ded6 Signed-off-by: Lior Vernia <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/SearchBackend.gwt.xml 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/14762/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/SearchBackend.gwt.xml b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/SearchBackend.gwt.xml index 0782c11..53b3cf0 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/SearchBackend.gwt.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/SearchBackend.gwt.xml @@ -61,14 +61,14 @@ <include name="searchbackend/PostgresSqlInjectionChecker.java" /> <include name="searchbackend/ValueValidationFunction.java" /> <include name="searchbackend/NetworkHostConditionFieldAutoCompleter.java" /> - <!--======================SEARCHBACKEND/GLUSTER====================== --> - <include name="searchbackend/gluster/GlusterVolumeConditionFieldAutoCompleter.java" /> - <include name="searchbackend/gluster/GlusterVolumeCrossRefAutoCompleter.java" /> <include name="searchbackend/QuotaConditionFieldAutoCompleter.java" /> <include name="searchbackend/NetworkConditionFieldAutoCompleter.java" /> <include name="searchbackend/NetworkCrossRefAutoCompleter.java" /> <include name="searchbackend/NetworkInterfaceConditionFieldAutoCompleter.java" /> <include name="searchbackend/NetworkClusterConditionFieldAutoCompleter.java" /> + <!--======================SEARCHBACKEND/GLUSTER====================== --> + <include name="searchbackend/gluster/GlusterVolumeConditionFieldAutoCompleter.java" /> + <include name="searchbackend/gluster/GlusterVolumeCrossRefAutoCompleter.java" /> </source> <super-source path="ui/uioverrides" /> -- To view, visit http://gerrit.ovirt.org/14762 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaaaab42e811fb10000363e31b273a85dcc37ded6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
