[PR #19251] [MERGED] 17613 Add column support for mobile devices #15580

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19251
Author: @arthanson
Created: 4/21/2025
Status: Merged
Merged: 4/30/2025
Merged by: @bctiemann

Base: mainHead: 17613-columns


📝 Commits (3)

  • 0fa98d3 17613 Add column support for mobile devices
  • 717b9d5 17613 Add column support for mobile devices
  • 79ece65 17613 Add column support for mobile devices

📊 Changes

96 files changed (+198 additions, -198 deletions)

View changed files

📝 netbox/templates/circuits/circuit.html (+2 -2)
📝 netbox/templates/circuits/circuitgroup.html (+2 -2)
📝 netbox/templates/circuits/circuitgroupassignment.html (+2 -2)
📝 netbox/templates/circuits/circuittermination.html (+2 -2)
📝 netbox/templates/circuits/circuittype.html (+2 -2)
📝 netbox/templates/circuits/provider.html (+2 -2)
📝 netbox/templates/circuits/provideraccount.html (+2 -2)
📝 netbox/templates/circuits/providernetwork.html (+2 -2)
📝 netbox/templates/circuits/virtualcircuit.html (+2 -2)
📝 netbox/templates/circuits/virtualcircuittermination.html (+2 -2)
📝 netbox/templates/circuits/virtualcircuittype.html (+2 -2)
📝 netbox/templates/core/datasource.html (+2 -2)
📝 netbox/templates/core/job.html (+2 -2)
📝 netbox/templates/core/objectchange.html (+6 -6)
📝 netbox/templates/dcim/cable.html (+2 -2)
📝 netbox/templates/dcim/consoleport.html (+2 -2)
📝 netbox/templates/dcim/consoleserverport.html (+2 -2)
📝 netbox/templates/dcim/devicebay.html (+2 -2)
📝 netbox/templates/dcim/devicerole.html (+2 -2)
📝 netbox/templates/dcim/devicetype.html (+2 -2)

...and 76 more files

📄 Description

Fixes: #17613

Adds col-12 to templates so they work better on mobile devices (so columns stack linearly instead of side-by-side). Lots of files but pretty straight-forward changes. Doesn't effect larger (non mobile) display sizes.

Monosnap 10 0 0 0:24 | NetBox 2025-04-21 11-03-19
Monosnap 10 0 0 0:24 | NetBox 2025-04-21 11-03-48


🔄 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/19251 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `17613-columns` --- ### 📝 Commits (3) - [`0fa98d3`](https://github.com/netbox-community/netbox/commit/0fa98d3aefbb4177e576149bbd28056aef5abfc7) 17613 Add column support for mobile devices - [`717b9d5`](https://github.com/netbox-community/netbox/commit/717b9d5232344be35d80e74f60f9e81781ced087) 17613 Add column support for mobile devices - [`79ece65`](https://github.com/netbox-community/netbox/commit/79ece657ec9cacf30941deae33af9bc59e1c52a2) 17613 Add column support for mobile devices ### 📊 Changes **96 files changed** (+198 additions, -198 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/circuits/circuit.html` (+2 -2) 📝 `netbox/templates/circuits/circuitgroup.html` (+2 -2) 📝 `netbox/templates/circuits/circuitgroupassignment.html` (+2 -2) 📝 `netbox/templates/circuits/circuittermination.html` (+2 -2) 📝 `netbox/templates/circuits/circuittype.html` (+2 -2) 📝 `netbox/templates/circuits/provider.html` (+2 -2) 📝 `netbox/templates/circuits/provideraccount.html` (+2 -2) 📝 `netbox/templates/circuits/providernetwork.html` (+2 -2) 📝 `netbox/templates/circuits/virtualcircuit.html` (+2 -2) 📝 `netbox/templates/circuits/virtualcircuittermination.html` (+2 -2) 📝 `netbox/templates/circuits/virtualcircuittype.html` (+2 -2) 📝 `netbox/templates/core/datasource.html` (+2 -2) 📝 `netbox/templates/core/job.html` (+2 -2) 📝 `netbox/templates/core/objectchange.html` (+6 -6) 📝 `netbox/templates/dcim/cable.html` (+2 -2) 📝 `netbox/templates/dcim/consoleport.html` (+2 -2) 📝 `netbox/templates/dcim/consoleserverport.html` (+2 -2) 📝 `netbox/templates/dcim/devicebay.html` (+2 -2) 📝 `netbox/templates/dcim/devicerole.html` (+2 -2) 📝 `netbox/templates/dcim/devicetype.html` (+2 -2) _...and 76 more files_ </details> ### 📄 Description ### Fixes: #17613 Adds col-12 to templates so they work better on mobile devices (so columns stack linearly instead of side-by-side). Lots of files but pretty straight-forward changes. Doesn't effect larger (non mobile) display sizes. ![Monosnap 10 0 0 0:24 | NetBox 2025-04-21 11-03-19](https://github.com/user-attachments/assets/b01fc300-6c00-46b4-ab61-4ea40445a84e) ![Monosnap 10 0 0 0:24 | NetBox 2025-04-21 11-03-48](https://github.com/user-attachments/assets/1e6bf338-ff77-4c59-8a77-0e60d88bfb64) --- <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:22:50 +01:00
adam closed this issue 2025-12-30 00:22:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15580