From d08244285174c5514ef16ae62dcbd4d1a3c5da92 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 29 Jul 2021 15:06:09 -0400 Subject: [PATCH] Update REST API web UI title --- netbox/templates/rest_framework/api.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/templates/rest_framework/api.html b/netbox/templates/rest_framework/api.html index e18d38ad3..36bf7a554 100644 --- a/netbox/templates/rest_framework/api.html +++ b/netbox/templates/rest_framework/api.html @@ -6,6 +6,8 @@ {% endblock head %} +{% block title %}{% if name %}{{ name }} | {% endif %}NetBox REST API{% endblock %} + {% block branding %} NetBox {% endblock branding %}