Actualiser plugins.py
This commit is contained in:
@@ -8,18 +8,12 @@
|
|||||||
|
|
||||||
PLUGINS = [
|
PLUGINS = [
|
||||||
'netbox_bgp',
|
'netbox_bgp',
|
||||||
'netbox_secrets',
|
|
||||||
'netbox_topology_views',
|
'netbox_topology_views',
|
||||||
# 'netbox_documents',
|
|
||||||
# 'netbox_acls',
|
|
||||||
# 'netbox_qrcode',
|
|
||||||
# 'netbox_proxbox',
|
|
||||||
'netbox_branching', # MUST be last
|
'netbox_branching', # MUST be last
|
||||||
]
|
]
|
||||||
|
|
||||||
PLUGINS_CONFIG = {
|
PLUGINS_CONFIG = {
|
||||||
'netbox_branching': {},
|
'netbox_branching': {},
|
||||||
'netbox_bgp': {},
|
'netbox_bgp': {},
|
||||||
'netbox_secrets': {},
|
|
||||||
'netbox_topology_views': {},
|
'netbox_topology_views': {},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user