mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix jquery version in redirect page
Other installer uses 3.7.1 and the file on disk is also using 3.7.1 from the rest framework directory. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
committed by
Dimitri Savineau
parent
e8f0306ec2
commit
65a82f706c
@@ -70,7 +70,7 @@ data:
|
||||
</p>
|
||||
|
||||
<!-- Include any additional scripts if needed -->
|
||||
<script src="static/rest_framework/js/jquery-3.5.1.min.js"></script>
|
||||
<script src="static/rest_framework/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="static/rest_framework/js/bootstrap.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user