mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #10578 from wenottingham/spuds_mckenzicon
Point REST API favicon at the one the UI uses SUMMARY Don't ship one that is only used for the API browser. ISSUE TYPE Bugfix Pull Request COMPONENT NAME API UI AWX VERSION devel Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
commit
6533a255a7
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@ -9,7 +9,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
<link href="{% static 'favicon.ico' %}?v={{tower_version}}" rel="shortcut icon" />
|
||||
<link href="{% static 'media/favicon.ico' %}?v={{tower_version}}" rel="shortcut icon" />
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user