[PR #16762] [MERGED] 16725 - The admin section should always come last in the navigation menu #14908

Closed
opened 2025-12-29 23:27:25 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16762
Author: @Julio-Oliveira-Encora
Created: 6/28/2024
Status: Merged
Merged: 6/30/2024
Merged by: @jeremystretch

Base: developHead: 16725-the_admin_section_should_always_come_last_in_the_navigation_menu


📝 Commits (2)

  • 75d7bc5 I replaced append with insert into menu.py to make the admin section appear last in the navigation menu.
  • ca55f1f Clean up ordering logic

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 netbox/netbox/navigation/menu.py (+5 -5)

📄 Description

Fixes: #16725

I replaced append with insert into menu.py to make the admin section appear last in the navigation menu.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/16762 **Author:** [@Julio-Oliveira-Encora](https://github.com/Julio-Oliveira-Encora) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/30/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16725-the_admin_section_should_always_come_last_in_the_navigation_menu` --- ### 📝 Commits (2) - [`75d7bc5`](https://github.com/netbox-community/netbox/commit/75d7bc5226caa410fd22d51c87bc399feafd45f3) I replaced `append` with `insert` into menu.py to make the admin section appear last in the navigation menu. - [`ca55f1f`](https://github.com/netbox-community/netbox/commit/ca55f1f56ed9bcc2c5d577c1c149a44cc68483de) Clean up ordering logic ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/navigation/menu.py` (+5 -5) </details> ### 📄 Description ### Fixes: #16725 I replaced `append` with `insert` into menu.py to make the admin section appear last in the navigation menu. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:27:25 +01:00
adam closed this issue 2025-12-29 23:27:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14908