[PR #16213] [CLOSED] Capitalize Attribute Table Labels #14808

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16213
Author: @danner26
Created: 5/21/2024
Status: Closed

Base: developHead: 16108-capitalize-multiword-table-labels


📝 Commits (1)

  • 76f4ee9 Closes #16108. Adds text-transform capitalize to the attr-table tr > th

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/styles/transitional/_tables.scss (+3 -0)

📄 Description

Fixes: #16108

Adds text-transform: capitalize; to the tr > th inside of table.attr-table so that all attribute form labels are capitalized.


🔄 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/16213 **Author:** [@danner26](https://github.com/danner26) **Created:** 5/21/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `16108-capitalize-multiword-table-labels` --- ### 📝 Commits (1) - [`76f4ee9`](https://github.com/netbox-community/netbox/commit/76f4ee9acde3df69e4416fcf7835eb0bc36d8da8) Closes #16108. Adds text-transform capitalize to the attr-table tr > th ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/styles/transitional/_tables.scss` (+3 -0) </details> ### 📄 Description ### Fixes: #16108 Adds `text-transform: capitalize;` to the `tr > th` inside of `table.attr-table` so that all attribute form labels are capitalized. --- <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:26:51 +01:00
adam closed this issue 2025-12-29 23:26:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14808