1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

Making tower default to latest rendering engine for IE10/IE11

This fix was originally added by Chris Church and was correct.
This commit is contained in:
jlmitch5 2015-02-13 16:46:37 -05:00
parent 50e44def7b
commit 8e9451ed18

View File

@ -2,6 +2,7 @@
<html lang="en" ng-app="Tower">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Ansible Tower</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/custom-theme/jquery-ui-1.10.3.custom.min.css" />