Skip to content

Commit b46e7f9

Browse files
authored
Merge pull request #34 from jean1/main
Fix navigation NetBoxv4 compatibility (issue #33)
2 parents d920039 + 5e2df7d commit b46e7f9

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.hyphenated}}/{{cookiecutter.underscored}}

1 file changed

+2
-2
lines changed

{{cookiecutter.hyphenated}}/{{cookiecutter.underscored}}/navigation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from extras.plugins import PluginMenuButton, PluginMenuItem
2-
from utilities.choices import ButtonColorChoices
1+
from netbox.plugins import PluginMenuButton, PluginMenuItem
2+
33

44
plugin_buttons = [
55
PluginMenuButton(

0 commit comments

Comments
 (0)