mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Fixes https://trello.com/c/ymLR3cfq - Prevent IE from using compatibility mode.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" ng-app="Tower">
|
<html lang="en" ng-app="Tower">
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user