Open PieterL75 opened 2 months ago
IMO we should change the color for disabled interfaces from red to gray and leave the rest as-is.
Sounds like a fair compromise. As long as the disabled interfaces are no longer red...
We're starting to implement automation, with the status being a real value. And that red is an eyesore.
NetBox version
v4.0.9
Feature type
Change to existing functionality
Proposed functionality
This is a revisit of #16075 , as it was closed.
This is revisit of #15379. There @jeremystretch mentioned that the coloring would go away in v4.0, but it seems they are still there, hence my resubmit of this FR
Can we have a poll with the community to see what they prefer ?
Currently the background color of an interface is like this : disabled: red virtual: blue enabled, marked_connected: green enabled, connected (cable status color) : green/blue/.. enabled, no cable : white
My proposal is to change the color coding to:
disabled: white virtual: blue enabled, marked_connected: green enabled, connected (cable status color) : green/blue/... enabled, no cable : red
Use case
The 'red' color is confusing, as it tells me something is 'wrong'. but having an interface in the disable state is not wrong.
With the proposed change, this view would become more logic (red = wrong state )
Having an 'enabled' interface, without a cable is 'danger' A disabled interface is just good, that can be white.
Database changes
No response
External dependencies
No response