mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
Adds lang attr to html tag in ui next app
This commit is contained in:
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