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

Standardize naming of menu items

This commit is contained in:
Jeremy Stretch
2020-03-26 12:25:36 -04:00
parent 877417d68f
commit b94ef39a51
5 changed files with 18 additions and 18 deletions

View File

@@ -504,8 +504,8 @@
</li>
</ul>
</li>
{% if plugin_nav_menu_links %}
{% include 'inc/plugin_nav_menu_items.html' %}
{% if plugin_menu_items %}
{% include 'inc/plugin_menu_items.html' %}
{% endif %}
</ul>
{% endif %}