mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03: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:
commit
9ecd6ad0fb
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html ng-csp="no-unsafe-eval">
|
||||
<html lang="en-US" ng-csp="no-unsafe-eval">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
{% load staticfiles %}
|
||||
<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>
|
||||
<html>
|
||||
<html lang="en-US">
|
||||
<body>
|
||||
<div id="app" style="height: 100%"></div>
|
||||
<script src="/bundle.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user