[PR #8292] [MERGED] Fixes #8246 - Circuits list view to display formatted commit rate #13343

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8292
Author: @jasonyates
Created: 1/8/2022
Status: Merged
Merged: 1/10/2022
Merged by: @jeremystretch

Base: developHead: 8246-commit-rate


📝 Commits (2)

  • f66a265 Fixes #8246 - Circuits list view to display formatted commit rate
  • f732493 Fixing code style E302

📊 Changes

1 file changed (+22 additions, -0 deletions)

View changed files

📝 netbox/circuits/tables.py (+22 -0)

📄 Description

Fixes: #8246

Adds a custom column class to format the commit rate in the circuits table view using humanize_speed template helper. Export still exports the raw number.


🔄 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/8292 **Author:** [@jasonyates](https://github.com/jasonyates) **Created:** 1/8/2022 **Status:** ✅ Merged **Merged:** 1/10/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8246-commit-rate` --- ### 📝 Commits (2) - [`f66a265`](https://github.com/netbox-community/netbox/commit/f66a265fcf2eff66e05ceb6237add43a23ab3668) Fixes #8246 - Circuits list view to display formatted commit rate - [`f732493`](https://github.com/netbox-community/netbox/commit/f7324934731c311012bddfe7a843d56841cb7dbe) Fixing code style E302 ### 📊 Changes **1 file changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/tables.py` (+22 -0) </details> ### 📄 Description ### Fixes: #8246 Adds a custom column class to format the commit rate in the circuits table view using humanize_speed template helper. Export still exports the raw number. --- <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:26:53 +01:00
adam closed this issue 2025-12-29 22:26:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13343