Skip to content

Commit

Permalink
update for NetBox 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Apr 4, 2024
1 parent 459b8ed commit 4d2ff40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbox_healthcheck_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__version__ = '0.1.0'


from extras.plugins import PluginConfig
from netbox.plugins import PluginConfig


class HealthCheckConfig(PluginConfig):
Expand Down
3 changes: 1 addition & 2 deletions netbox_healthcheck_plugin/navigation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from extras.plugins import PluginMenuButton, PluginMenuItem
from utilities.choices import ButtonColorChoices
from netbox.plugins import PluginMenuButton, PluginMenuItem


menu_items = (
Expand Down

0 comments on commit 4d2ff40

Please sign in to comment.