[PR #2002] [CLOSED] Fixes issue #160 #12293

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2002
Author: @harsh-kotak
Created: 4/2/2018
Status: Closed

Base: developHead: develop


📝 Commits (3)

📊 Changes

6 files changed (+89 additions, -4 deletions)

View changed files

📝 netbox/dcim/urls.py (+1 -0)
📝 netbox/dcim/views.py (+40 -0)
📝 netbox/templates/dcim/inc/rack_elevation.html (+2 -2)
📝 netbox/templates/dcim/rack_elevation_list.html (+2 -2)
netbox/templates/dcim/rack_elevation_print.html (+39 -0)
📝 netbox/templates/inc/nav_menu.html (+5 -0)

📄 Description

Fixes: #160

Proposing an export button in navigation menu that opens up a page with all racks on it. This can easily be printed or saved to PDF using Print option in browsers. The browser does the rest by allowing user to scale or change orientation of page as needed.


🔄 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/2002 **Author:** [@harsh-kotak](https://github.com/harsh-kotak) **Created:** 4/2/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (3) - [`8577600`](https://github.com/netbox-community/netbox/commit/85776005c2f31f7b37986e2dc578a5b91885e48f) Adding Rack Elevations print - [`8759cc2`](https://github.com/netbox-community/netbox/commit/8759cc2e16f36f2ca2167b50ed3d48babb788c09) All racks on one page - [`62d76a0`](https://github.com/netbox-community/netbox/commit/62d76a007757300677163ccff03616a554aaa4ba) fixed indentation for CI ### 📊 Changes **6 files changed** (+89 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/urls.py` (+1 -0) 📝 `netbox/dcim/views.py` (+40 -0) 📝 `netbox/templates/dcim/inc/rack_elevation.html` (+2 -2) 📝 `netbox/templates/dcim/rack_elevation_list.html` (+2 -2) ➕ `netbox/templates/dcim/rack_elevation_print.html` (+39 -0) 📝 `netbox/templates/inc/nav_menu.html` (+5 -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 opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. --> ### Fixes: #160 <!-- Please include a summary of the proposed changes below. --> Proposing an export button in navigation menu that opens up a page with all racks on it. This can easily be printed or saved to PDF using Print option in browsers. The browser does the rest by allowing user to scale or change orientation of page as needed. --- <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 22:20:42 +01:00
adam closed this issue 2025-12-29 22:20:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12293