1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6834: Add favicon to REST API web UI

This commit is contained in:
jeremystretch
2021-07-29 15:02:52 -04:00
parent 81e1b7490e
commit 689f67b1a8
3 changed files with 9 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
{# REST API #}
<a type="button" class="nav-link" href="{% url 'api-root' %}" target="_blank">
<i title="REST API" class="mdi mdi-code-braces text-primary" data-bs-placement="top" data-bs-toggle="tooltip"></i>
<i title="REST API" class="mdi mdi-cloud-braces text-primary" data-bs-placement="top" data-bs-toggle="tooltip"></i>
</a>
{# API docs #}