Greg Sheremeta has uploaded a new change for review. Change subject: userportal, webadmin: remove FF17, add FF31 to supported browsers ......................................................................
userportal, webadmin: remove FF17, add FF31 to supported browsers Change-Id: I2fbc2df95dc31f072234ce2362a810bcabc4dec6 Bug-Url: https://bugzilla.redhat.com/1043430 Signed-off-by: Greg Sheremeta <gsher...@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/system/InternalConfiguration.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/88/33288/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/system/InternalConfiguration.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/system/InternalConfiguration.java index 3570f58..cbf9033 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/system/InternalConfiguration.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/system/InternalConfiguration.java @@ -14,8 +14,8 @@ */ enum SupportedBrowser { - // Firefox 17 on Linux - Firefox17OnLinux("Firefox", 17.0f, false, "Linux"), //$NON-NLS-1$ //$NON-NLS-2$ + // Firefox 31 on Linux + Firefox31OnLinux("Firefox", 31.0f, false, "Linux"), //$NON-NLS-1$ //$NON-NLS-2$ // Explorer 9+ on any OS Explorer9AndAbove("Explorer", 9.0f, true); //$NON-NLS-1$ -- To view, visit http://gerrit.ovirt.org/33288 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2fbc2df95dc31f072234ce2362a810bcabc4dec6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches