Update REST API web UI title

This commit is contained in:
jeremystretch 2021-07-29 15:06:09 -04:00
parent 689f67b1a8
commit d082442851

View File

@ -6,6 +6,8 @@
<link rel="icon" type="image/png" href="{% static 'rest-api.ico' %}" />
{% endblock head %}
{% block title %}{% if name %}{{ name }} | {% endif %}NetBox REST API{% endblock %}
{% block branding %}
<a class="navbar-brand" href="/{{ settings.BASE_PATH }}">NetBox</a>
{% endblock branding %}