10 lines
253 B
Python
10 lines
253 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',
|
|
buttons=()
|
|
),
|
|
) |