mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Merge pull request #6245 from mabashian/4070-access-3
Adds lang attr to html tag to specify default language for the application Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html ng-csp="no-unsafe-eval">
|
<html lang="en-US" ng-csp="no-unsafe-eval">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|||||||
2
awx/ui_next/dist/index.html
vendored
2
awx/ui_next/dist/index.html
vendored
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en-US">
|
||||||
<body>
|
<body>
|
||||||
<div id="app" style="height: 100%"></div>
|
<div id="app" style="height: 100%"></div>
|
||||||
<script src="/bundle.js"></script>
|
<script src="/bundle.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user