Background Colors in Table #9691

Closed
opened 2025-12-29 21:20:59 +01:00 by adam · 0 comments
Owner

Originally created by @NetTech2001 on GitHub (May 17, 2024).

Deployment Type

Self-hosted

NetBox Version

v4.0.2

Python Version

3.11

Steps to Reproduce

I am adapting a plugin for use in Netbox 4, Interface Sync. In previous Netbox releases the returned record rows would be green or blue in color, accomplished by html code similar to **span style="background-color: #cde8c2"

In Netbox 4 this does not seem to happen. I am curious if this functionality has been disabled, if I am hitting a bug, or if the way this needs to be coded has changed. Not a massive problem, but it would be nice to get it working the way it was before I figure out how I publish it to the masses.

Expected Behavior

Rows returned by plugin should be highlighted green or blue depending on the record type

Observed Behavior

Rows have no highlighting at all.

Originally created by @NetTech2001 on GitHub (May 17, 2024). ### Deployment Type Self-hosted ### NetBox Version v4.0.2 ### Python Version 3.11 ### Steps to Reproduce I am adapting a plugin for use in Netbox 4, Interface Sync. In previous Netbox releases the returned record rows would be green or blue in color, accomplished by html code similar to **span style="background-color: #cde8c2" In Netbox 4 this does not seem to happen. I am curious if this functionality has been disabled, if I am hitting a bug, or if the way this needs to be coded has changed. Not a massive problem, but it would be nice to get it working the way it was before I figure out how I publish it to the masses. ### Expected Behavior Rows returned by plugin should be highlighted green or blue depending on the record type ### Observed Behavior Rows have no highlighting at all.
adam closed this issue 2025-12-29 21:21:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9691