diff --git a/netbox_interface_sync/__init__.py b/netbox_interface_sync/__init__.py index 6046865..f7ceee8 100644 --- a/netbox_interface_sync/__init__.py +++ b/netbox_interface_sync/__init__.py @@ -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