[PR #17463] [MERGED] 17460 make ModuleType / DeviceType bulk buttons consistent #15096

Closed
opened 2025-12-30 00:19:59 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17463
Author: @arthanson
Created: 9/12/2024
Status: Merged
Merged: 10/28/2024
Merged by: @jeremystretch

Base: developHead: 17460-module-bay-buttons


📝 Commits (6)

  • c6e3e74 17460 make ModuleType / DeviceType bulk buttons consistent
  • 2e6b1f2 Merge branch 'develop' into 17460-module-bay-buttons
  • 1207213 17460 refactor moduletype/devicetype to use standardized object_children
  • 6e2e6d4 17460 refactor moduletype/devicetype to use standardized object_children
  • b944e84 17460 refactor moduletype/devicetype to use standardized object_children
  • 8720fb7 Merge branch 'develop' into 17460-module-bay-buttons

📊 Changes

6 files changed (+86 additions, -103 deletions)

View changed files

📝 netbox/templates/dcim/devicetype/component_templates.html (+1 -14)
netbox/templates/dcim/inc/devicetype_breadcrumbs.html (+2 -0)
netbox/templates/dcim/inc/moduletype_buttons.html (+38 -0)
📝 netbox/templates/dcim/moduletype.html (+12 -1)
netbox/templates/dcim/moduletype/base.html (+0 -48)
📝 netbox/templates/dcim/moduletype/component_templates.html (+33 -40)

📄 Description

Fixes: #17460

Button ordering / placement and naming are consistent with rest of app:

devicetype
moduletype


🔄 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/17463 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 10/28/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17460-module-bay-buttons` --- ### 📝 Commits (6) - [`c6e3e74`](https://github.com/netbox-community/netbox/commit/c6e3e7424af1bd2ad0fa40d2146fb26fe15396a6) 17460 make ModuleType / DeviceType bulk buttons consistent - [`2e6b1f2`](https://github.com/netbox-community/netbox/commit/2e6b1f2cb4bc545685ff3bc6d31762b20c4e24bc) Merge branch 'develop' into 17460-module-bay-buttons - [`1207213`](https://github.com/netbox-community/netbox/commit/1207213b796fc317c630f7db36e501e183639f98) 17460 refactor moduletype/devicetype to use standardized object_children - [`6e2e6d4`](https://github.com/netbox-community/netbox/commit/6e2e6d462a8c540f521c6392e97686925f4d18a2) 17460 refactor moduletype/devicetype to use standardized object_children - [`b944e84`](https://github.com/netbox-community/netbox/commit/b944e842a32010d048e2b941754be4549b738896) 17460 refactor moduletype/devicetype to use standardized object_children - [`8720fb7`](https://github.com/netbox-community/netbox/commit/8720fb730743e4c218831f113d9ac99a1fbc125d) Merge branch 'develop' into 17460-module-bay-buttons ### 📊 Changes **6 files changed** (+86 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/dcim/devicetype/component_templates.html` (+1 -14) ➕ `netbox/templates/dcim/inc/devicetype_breadcrumbs.html` (+2 -0) ➕ `netbox/templates/dcim/inc/moduletype_buttons.html` (+38 -0) 📝 `netbox/templates/dcim/moduletype.html` (+12 -1) ➖ `netbox/templates/dcim/moduletype/base.html` (+0 -48) 📝 `netbox/templates/dcim/moduletype/component_templates.html` (+33 -40) </details> ### 📄 Description ### Fixes: #17460 Button ordering / placement and naming are consistent with rest of app: ![devicetype](https://github.com/user-attachments/assets/b700bab6-b644-491b-998b-3db1b2351cc2) ![moduletype](https://github.com/user-attachments/assets/9487b4d5-ab9a-4783-a2f8-585b3a898055) --- <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-30 00:19:59 +01:00
adam closed this issue 2025-12-30 00:19:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15096