mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Adding capability of pretty error pages (#13852)
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
This commit is contained in:
21
awx/static/custom_502.html
Normal file
21
awx/static/custom_502.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>On Break...</title>
|
||||
<meta http-equiv="refresh" content="2">
|
||||
<link rel="stylesheet" href="/static/custom_error.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="upper_div">
|
||||
<img class="main_image" src="/static/awx-spud-reading.svg"/>
|
||||
<span class="error_number">502</span>
|
||||
</div>
|
||||
<div class="message_div">
|
||||
<div class="m1">HTTP Response: 502</div>
|
||||
<div class="m2">The spud is taking a much needed break...</div>
|
||||
<div class="m3">Please check back later.</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user