mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
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:
@@ -2,6 +2,7 @@
|
|||||||
<html lang="en" ng-app="Tower">
|
<html lang="en" ng-app="Tower">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title>Ansible Tower</title>
|
<title>Ansible Tower</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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" />
|
<link rel="stylesheet" href="{{ STATIC_URL }}css/custom-theme/jquery-ui-1.10.3.custom.min.css" />
|
||||||
|
|||||||
Reference in New Issue
Block a user