mirror of
https://github.com/drygdryg/netbox-plugin-device-map.git
synced 2024-11-26 12:10:54 +03:00
10 lines
166 B
Python
10 lines
166 B
Python
|
from extras.plugins import PluginMenuItem
|
||
|
|
||
|
|
||
|
menu_items = (
|
||
|
PluginMenuItem(
|
||
|
link='plugins:netbox_device_map:map',
|
||
|
link_text='Device map',
|
||
|
),
|
||
|
)
|