Skip to content

Commit

Permalink
Add netbox 4.2.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mencken-d committed Jan 19, 2025
1 parent 410d503 commit c35aea0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions netbox_ptov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ class ptov_config(PluginConfig):
author = 'Mencken Davidson'
author_email = '[email protected]'
base_url = 'netbox_ptov'
min_version = '3.6.0'
max_version = '4.2.9'
required_settings = []
default_settings = {
'top_level_menu': False
'top_level_menu': True
}


config = ptov_config

0 comments on commit c35aea0

Please sign in to comment.