[PR #16977] [MERGED] fixed 16852: misc accessbility problems #14963

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16977
Author: @andrewgormley
Created: 7/24/2024
Status: Merged
Merged: 7/25/2024
Merged by: @jeremystretch

Base: feature-uiHead: 16852-misc-accessibility-problems


📝 Commits (4)

📊 Changes

5 files changed (+15 additions, -12 deletions)

View changed files

📝 netbox/templates/base/layout.html (+6 -6)
📝 netbox/templates/dcim/inc/rack_elevation.html (+1 -1)
📝 netbox/templates/extras/dashboard/widget.html (+3 -0)
📝 netbox/templates/generic/bulk_import.html (+1 -1)
📝 netbox/utilities/templates/helpers/table_config_form.html (+4 -4)

📄 Description

Fixes: #16852

  • (Racks) Rack elevation objects missing alt text [Multiple]
  • (Misc) Info hotspot missing link text [Multiple]
  • (Configure Table) some buttons are skipped when tabbing through the modal [Multiple]
  • (Footer) Missing link text [Global]
  • (Dashboard) Module actions missing text [Single]

🔄 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/16977 **Author:** [@andrewgormley](https://github.com/andrewgormley) **Created:** 7/24/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature-ui` ← **Head:** `16852-misc-accessibility-problems` --- ### 📝 Commits (4) - [`95c95bb`](https://github.com/netbox-community/netbox/commit/95c95bb01240e1ac9c217915d74ea07e58bf2135) fixed 16852: misc accessbility problems - [`403c45e`](https://github.com/netbox-community/netbox/commit/403c45e4c06315943b8ba6340d2a66b52cc62600) Restore tooltip text - [`7b8fccb`](https://github.com/netbox-community/netbox/commit/7b8fccb6908ca7bc76b58964f09bc20d3c0996c8) Add translation support - [`152b432`](https://github.com/netbox-community/netbox/commit/152b432ba16b5bb1bcbd0918c656c09fb33fea64) Add missing i18n ### 📊 Changes **5 files changed** (+15 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/base/layout.html` (+6 -6) 📝 `netbox/templates/dcim/inc/rack_elevation.html` (+1 -1) 📝 `netbox/templates/extras/dashboard/widget.html` (+3 -0) 📝 `netbox/templates/generic/bulk_import.html` (+1 -1) 📝 `netbox/utilities/templates/helpers/table_config_form.html` (+4 -4) </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: #16852 <!-- Please include a summary of the proposed changes below. --> - [x] (Racks) Rack elevation objects missing alt text [Multiple] - [x] (Misc) Info hotspot missing link text [Multiple] - [x] (Configure Table) some buttons are skipped when tabbing through the modal [Multiple] - [x] (Footer) Missing link text [Global] - [x] (Dashboard) Module actions missing text [Single] --- <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:19:10 +01:00
adam closed this issue 2025-12-30 00:19:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14963