mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Adding default index_awx.html incase user forgets to build ui-next
This commit is contained in:
parent
48a04bff5a
commit
fa3920d3a3
8
awx/ui_next/build/awx/index_awx.html
Normal file
8
awx/ui_next/build/awx/index_awx.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head><title>UI Next Missing</title></head>
|
||||
<body style="background-color: black; color: white;">
|
||||
<div style="display: flex; justify-content: center; align-items: center; text-align: center; min-height: 100vh;">
|
||||
<h1>Oops... Looks like the UI Next wasn't properly built</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user