Browse Source

Corrected title

Jeremy Stretch 9 years ago
parent
commit
b614a1ae67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/dcim/device_inventory.html

+ 1 - 1
netbox/templates/dcim/device_inventory.html

@@ -1,6 +1,6 @@
 {% extends '_base.html' %}
 
-{% block title %}{{ device }} - LLDP Neighbors{% endblock %}
+{% block title %}{{ device }} - Inventory{% endblock %}
 
 {% block content %}
 {% include 'dcim/inc/_device_header.html' with active_tab='inventory' %}