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

Add test for plugin menu registration

This commit is contained in:
jeremystretch
2022-09-28 16:57:40 -04:00
parent d0465242a3
commit 3fbd514417
3 changed files with 19 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ def register_template_extensions(class_list):
#
class PluginMenu:
icon_class = 'mdi-puzzle'
icon_class = 'mdi mdi-puzzle'
def __init__(self, label, groups, icon_class=None):
self.label = label