mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
make deprecation warnings at /api/ much more obvious
This commit is contained in:
@@ -73,6 +73,11 @@
|
||||
|
||||
<!-- Content -->
|
||||
<div id="content" role="main" aria-label="{% trans "content" %}">
|
||||
{% if deprecated %}
|
||||
<div class="breadcrumb" style="background: #FCC;">
|
||||
<b>This resource has been deprecated and will be removed in a future release.</b>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% block content %}
|
||||
|
||||
<div class="region" aria-label="{% trans "request form" %}">
|
||||
|
||||
Reference in New Issue
Block a user