Running 16.1.3 and when I click to expand a interface on Overview | Interfaces, alle interfaces expand.
But that's not all. For some reason it flashes the overview of a interface, and then expands every line by almost a full vertical page length.
That's odd, what browser are you using?
Forgot to mention that, I'm using Edge on Windows 10 x64.
Fast Ring Insider. Build 14257.rs1_release.160131-1800.
Just fired up a windows 10 vm, I can reproduce the issue here, the collapse class is misplaced.
This commit https://github.com/opnsense/core/commit/61cb3745beb2d69cc859b522b4e400126c7139a5 (https://github.com/opnsense/core/commit/61cb3745beb2d69cc859b522b4e400126c7139a5) should fix the issue.
If you want to test the fix, execute this on the console:
curl -o /usr/local/www/status_interfaces.php https://raw.githubusercontent.com/opnsense/core/master/src/www/status_interfaces.php
Tested and it works.
Also both interfaces don't expand at the same time.
Thanks for the quick fix!