[PR #12928] [CLOSED] Closes #12518: Add 'asset tag' to rack view #14075

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12928
Author: @PieterL75
Created: 6/19/2023
Status: Closed

Base: developHead: issue12518_addassettagtorackview


📝 Commits (1)

📊 Changes

10 files changed (+48 additions, -17 deletions)

View changed files

📝 netbox/dcim/api/serializers.py (+4 -0)
📝 netbox/dcim/api/views.py (+2 -1)
📝 netbox/dcim/models/racks.py (+4 -2)
📝 netbox/dcim/svg/racks.py (+9 -4)
📝 netbox/project-static/dist/netbox.js (+8 -8)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/racks.ts (+13 -0)
📝 netbox/project-static/src/stores/rackImages.ts (+5 -1)
📝 netbox/templates/dcim/rack.html (+1 -0)
📝 netbox/templates/dcim/rack_elevation_list.html (+1 -0)

📄 Description

Fixes: #12518 Show 'asset_tag' in the rack view


🔄 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/12928 **Author:** [@PieterL75](https://github.com/PieterL75) **Created:** 6/19/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `issue12518_addassettagtorackview` --- ### 📝 Commits (1) - [`6756256`](https://github.com/netbox-community/netbox/commit/6756256afbccb42708d5b86885d9a0100e2018d6) Closes #12518: Add 'asset tag' to rack view ### 📊 Changes **10 files changed** (+48 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/serializers.py` (+4 -0) 📝 `netbox/dcim/api/views.py` (+2 -1) 📝 `netbox/dcim/models/racks.py` (+4 -2) 📝 `netbox/dcim/svg/racks.py` (+9 -4) 📝 `netbox/project-static/dist/netbox.js` (+8 -8) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/racks.ts` (+13 -0) 📝 `netbox/project-static/src/stores/rackImages.ts` (+5 -1) 📝 `netbox/templates/dcim/rack.html` (+1 -0) 📝 `netbox/templates/dcim/rack_elevation_list.html` (+1 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #12518 Show 'asset_tag' in the rack view <!-- provides 2 means of creating that view * with the dropdown * with an extra parameter "use_assettag=true" to the vsg generating url That allows us to get that view in automation and in the gui --> --- <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:22:21 +01:00
adam closed this issue 2025-12-29 23:22:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14075