[PR #20036] [MERGED] Fixes #20030: Fix height of object list action buttons & others #15805

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20036
Author: @jeremystretch
Created: 8/6/2025
Status: Merged
Merged: 8/6/2025
Merged by: @arthanson

Base: mainHead: 20030-button-sizes


📝 Commits (1)

  • dfea549 Fixes #20030: Fix height of object list action buttons & others

📊 Changes

12 files changed (+28 additions, -24 deletions)

View changed files

📝 netbox/netbox/tables/columns.py (+5 -1)
📝 netbox/templates/circuits/inc/circuit_termination.html (+5 -5)
📝 netbox/templates/circuits/inc/circuit_termination_fields.html (+3 -3)
📝 netbox/templates/dcim/frontport.html (+1 -1)
📝 netbox/templates/dcim/inc/cable_termination.html (+3 -3)
📝 netbox/templates/dcim/inc/connection_endpoints.html (+1 -1)
📝 netbox/templates/dcim/inc/panels/inventory_items.html (+2 -2)
📝 netbox/templates/dcim/interface.html (+1 -1)
📝 netbox/templates/dcim/rearport.html (+1 -1)
📝 netbox/templates/extras/htmx/script_result.html (+1 -1)
📝 netbox/templates/extras/object_render_config.html (+3 -3)
📝 netbox/templates/ipam/inc/panels/fhrp_groups.html (+2 -2)

📄 Description

Fixes: #20030

  • Reduce padding on table cells which hold action buttons
  • Replace the lh-1 CSS class with btn-sm on various buttons
  • Convert solid color buttons within card headers to btn-ghost-*

🔄 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/20036 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/6/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `main` ← **Head:** `20030-button-sizes` --- ### 📝 Commits (1) - [`dfea549`](https://github.com/netbox-community/netbox/commit/dfea5490441d2612b01d64eb1e768e6cf2d01b55) Fixes #20030: Fix height of object list action buttons & others ### 📊 Changes **12 files changed** (+28 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/tables/columns.py` (+5 -1) 📝 `netbox/templates/circuits/inc/circuit_termination.html` (+5 -5) 📝 `netbox/templates/circuits/inc/circuit_termination_fields.html` (+3 -3) 📝 `netbox/templates/dcim/frontport.html` (+1 -1) 📝 `netbox/templates/dcim/inc/cable_termination.html` (+3 -3) 📝 `netbox/templates/dcim/inc/connection_endpoints.html` (+1 -1) 📝 `netbox/templates/dcim/inc/panels/inventory_items.html` (+2 -2) 📝 `netbox/templates/dcim/interface.html` (+1 -1) 📝 `netbox/templates/dcim/rearport.html` (+1 -1) 📝 `netbox/templates/extras/htmx/script_result.html` (+1 -1) 📝 `netbox/templates/extras/object_render_config.html` (+3 -3) 📝 `netbox/templates/ipam/inc/panels/fhrp_groups.html` (+2 -2) </details> ### 📄 Description ### Fixes: #20030 - Reduce padding on table cells which hold action buttons - Replace the `lh-1` CSS class with `btn-sm` on various buttons - Convert solid color buttons within card headers to `btn-ghost-*` --- <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:24:09 +01:00
adam closed this issue 2025-12-30 00:24:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15805