Co-authored-by: mattieserver <3049868+mattieserver@users.noreply.github.com>
10 lines
234 B
Python
10 lines
234 B
Python
from extras.plugins import PluginMenuButton, PluginMenuItem
|
|
from utilities.choices import ButtonColorChoices
|
|
|
|
menu_items = (
|
|
PluginMenuItem(
|
|
link='plugins:netbox_topology_views:home',
|
|
link_text='Topology'
|
|
),
|
|
)
|