Alef-Burzmali / netbox-data-flows

NetBox plugin to document data flows between systems and applications.
https://pypi.org/project/netbox-data-flows/
Apache License 2.0
37 stars 7 forks source link

Add support to move NetBox Data Flows to plugins submenu #27

Closed mjf closed 2 months ago

mjf commented 2 months ago

With default to False let user to reincarnate the current menu placement with:

PLUGINS_CONFIG = {
    'netbox_data_flows': {
        'top_level_menu': True,
    },
}

Plugin supporting this is for example netbox-acls (for inspiration).

Alef-Burzmali commented 2 months ago

Thanks for your suggestion. I'll add that option, but default to True as that seems to me more in line with the direction of NetBox's design to have many specialized sections.