Dark/Light mode #17381
-
The dark/light mode button does nothing, this has been an issue since the button was put in place, at least for my install. Is there an easy way to find the source of the issue? I am no web developer so following these files and scripts around is not the easiest for me. My install started with 3.5.2 and progressed through 3.6.x-3.7.x and now 4.0.x to 4.1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the issue, somewhere along the road of upgrades I picked up copying over the static directory "sudo cp -r /opt/netbox-$OLDVER/netbox/static /opt/netbox/netbox/ " directory and its contents from each previous version. That is not part of the documented upgrade process. |
Beta Was this translation helpful? Give feedback.
Found the issue, somewhere along the road of upgrades I picked up copying over the static directory "sudo cp -r /opt/netbox-$OLDVER/netbox/static /opt/netbox/netbox/ " directory and its contents from each previous version. That is not part of the documented upgrade process.
Anyway, it is now functioning like it should crisis averted.