Shubhendu Tripathi has uploaded a new change for review. Change subject: webadmin: Higher versionis of Firefox supported ......................................................................
webadmin: Higher versionis of Firefox supported Enabled to mark that higher versions of Firefox are supported so that there is no warning message on login page saying that the current browser version is not supported. Change-Id: Ia977d4915b5a17149775caaf6a2e6371c3fb869b Bug-Url: https://bugzilla.redhat.com/1134319 Signed-off-by: Shubhendu Tripathi <shtri...@redhat.com> --- 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/46/32446/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..94cd3b8 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", 17.0f, true, "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/32446 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia977d4915b5a17149775caaf6a2e6371c3fb869b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches