Skip to content

Commit

Permalink
rollback changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdub committed Dec 13, 2024
1 parent 8e433e5 commit a3d7a71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nautobot_golden_config/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from nautobot.apps.ui import NavMenuAddButton, NavMenuGroup, NavMenuItem, NavMenuTab


menu_items = (
NavMenuTab(
name="Golden Config",
Expand Down Expand Up @@ -38,7 +37,7 @@
),
),
),
)
),
),
NavMenuGroup(
name="Setup",
Expand Down Expand Up @@ -110,7 +109,7 @@
),
),
),
)
),
),
NavMenuGroup(
name="Tools",
Expand Down

0 comments on commit a3d7a71

Please sign in to comment.