[PR #15868] [CLOSED] 15853 fix background color for cable trace svg in dark mode #14701

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15868
Author: @arthanson
Created: 4/26/2024
Status: Closed

Base: featureHead: 15853-cable-trace-svg


📝 Commits (2)

  • 5c17178 15838 use naturalday for date not naturaltime
  • d393eba 15853 fix background color for cable trace svg in dark mode

📊 Changes

3 files changed (+8 additions, -3 deletions)

View changed files

📝 netbox/project-static/dist/cable_trace.css (+1 -1)
📝 netbox/project-static/styles/svg/cable_trace.scss (+4 -0)
📝 netbox/utilities/templatetags/builtins/filters.py (+3 -2)

📄 Description

Fixes: #15853

This just addresses the cable trace SVG background color in dark mode which is incorrect without HTMX enabled. There is a separate issue #15819 which deals with the traces in HTMX enabled mode which is separate.

Monosnap | NetBox 2024-04-26 11-21-11


🔄 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/15868 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 4/26/2024 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `15853-cable-trace-svg` --- ### 📝 Commits (2) - [`5c17178`](https://github.com/netbox-community/netbox/commit/5c17178f7d1d90be83ed6cd6b1f13abe2c27503d) 15838 use naturalday for date not naturaltime - [`d393eba`](https://github.com/netbox-community/netbox/commit/d393ebad9f2440cf2711f0e983788e6fff8fd955) 15853 fix background color for cable trace svg in dark mode ### 📊 Changes **3 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/cable_trace.css` (+1 -1) 📝 `netbox/project-static/styles/svg/cable_trace.scss` (+4 -0) 📝 `netbox/utilities/templatetags/builtins/filters.py` (+3 -2) </details> ### 📄 Description ### Fixes: #15853 This just addresses the cable trace SVG background color in dark mode which is incorrect without HTMX enabled. There is a separate issue #15819 which deals with the traces in HTMX enabled mode which is separate. ![Monosnap | NetBox 2024-04-26 11-21-11](https://github.com/netbox-community/netbox/assets/99642/1ba60306-adfa-4eb2-9a5d-c26d983c608c) --- <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:10 +01:00
adam closed this issue 2025-12-29 23:26: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#14701