OPNsense Forum

Archive => 16.1 Legacy Series => Topic started by: weust on February 17, 2016, 08:13:21 pm

Title: [Solved] Overview | Interfaces: Going wrong on expanding interfaces
Post by: weust on February 17, 2016, 08:13:21 pm
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.

Title: Re: Overview | Interfaces: Going wrong on expanding interfaces
Post by: AdSchellevis on February 17, 2016, 08:36:46 pm
That's odd, what browser are you using?
Title: Re: Overview | Interfaces: Going wrong on expanding interfaces
Post by: weust on February 17, 2016, 08:39:59 pm
Forgot to mention that, I'm using Edge on Windows 10 x64.
Fast Ring Insider. Build 14257.rs1_release.160131-1800.
Title: Re: Overview | Interfaces: Going wrong on expanding interfaces
Post by: AdSchellevis on February 17, 2016, 08:56:25 pm
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:

Code: [Select]
curl -o /usr/local/www/status_interfaces.php https://raw.githubusercontent.com/opnsense/core/master/src/www/status_interfaces.php
Title: Re: Overview | Interfaces: Going wrong on expanding interfaces
Post by: weust on February 17, 2016, 09:07:21 pm
Tested and it works.
Also both interfaces don't expand at the same time.

Thanks for the quick fix!