-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.3.5
Python version
3.8
Steps to Reproduce
- Click login name top right
- Click on "Dark mode"
- Go to a device that uses NAPALM to grab information, in our case its a switch
- Click on "Status"
Expected Behavior
Should show a table with a darker colour
Observed Behavior
CSS class is using "bg-light"
<tr id="status-cpu" class="bg-light">
<th colspan="2"><i class="mdi mdi-gauge"></i> CPU</th></tr>
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
