From 403c45e4c06315943b8ba6340d2a66b52cc62600 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 25 Jul 2024 16:23:42 -0400 Subject: [PATCH] Restore tooltip text --- netbox/templates/base/layout.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 8106e042d..c760c9163 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -148,39 +148,39 @@ Blocks: {# Documentation #}
  • - +
  • {# REST API #}
  • - +
  • {# API docs #}
  • - +
  • {# GraphQL API #} {% if config.GRAPHQL_ENABLED %}
  • - +
  • {% endif %} {# GitHub #}
  • - +
  • {# NetDev Slack #}
  • - +
  • {% endblock footer_links %}