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 <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/system/InternalConfiguration.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/33280/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..85ea874 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 @@ -15,7 +15,7 @@ enum SupportedBrowser { // Firefox 17 on Linux - Firefox17OnLinux("Firefox", 17.0f, false, "Linux"), //$NON-NLS-1$ //$NON-NLS-2$ + Firefox17OnLinux("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/33280 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2fbc2df95dc31f072234ce2362a810bcabc4dec6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
