Vojtech Szocs has posted comments on this change. Change subject: userportal, webadmin: remove unnecessary DocsURL config ......................................................................
Patch Set 1: Code-Review+1 (1 comment) One minor comment but otherwise +1 for frontend part. .................................................... File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Configurator.java Line 331: protected abstract String clientPlatformType(); Line 332: Line 333: public abstract Float clientBrowserVersion(); Line 334: Line 335: protected abstract void fetchDocumentationFile(); I think this abstract method declaration can be removed, since fetchDocumentationFile() is used only in Configurator subclasses, Line 336: Line 337: public boolean isSpiceProxyDefined() { Line 338: String spiceProxy = (String) AsyncDataProvider.getConfigValuePreConverted(ConfigurationValues.SpiceProxyDefault); Line 339: return spiceProxy != null && !"".equals(spiceProxy); //$NON-NLS-1$ -- To view, visit http://gerrit.ovirt.org/18152 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4e6dec7c400778a27b225a9416cb504235576901 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com> Gerrit-Reviewer: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Einav Cohen <eco...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gsher...@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches