Update __init__.py

Adds Netbox 4 plugin resource locations
This commit is contained in:
Keith Knowles 2024-05-12 11:58:17 -06:00 committed by GitHub
parent ba0d9c9736
commit 54e90ecbec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
from extras.plugins import PluginConfig
from netbox.plugins import PluginConfig
class Config(PluginConfig):
name = 'netbox_interface_sync'
verbose_name = 'NetBox interface synchronization'
description = 'Compare and synchronize components (interfaces, ports, outlets, etc.) between NetBox device types ' \
verbose_name = 'NetBox 4 Interface Synchronization'
description = 'Compare and synchronize components (interfaces, ports, outlets, etc.) between NetBox 4 device types ' \
'and devices'
version = '0.2.0'
author = 'Victor Golovanenko'
version = '0.4.0'
author = 'based on work by Victor Golovanenko'
author_email = 'drygdryg2014@yandex.ru'
default_settings = {
# Ignore case and spaces in names when matching components between device type and device