tomchop / malcom

Malcom - Malware Communications Analyzer
Other
1.15k stars 215 forks source link

UI: navbar overflows content container on machine with >3 interfaces #22

Closed cudeso closed 9 years ago

cudeso commented 9 years ago

On machines with multiple interfaces (>3) the navigation bar overflows the below content container (tabs, graphs, ...). Maybe add a test that for more than 2 interfaces it should not list them all but provides the interface list in a tooltip?

tomchop commented 9 years ago

A tooltip sounds good. I'll look into it. Thanks for reporting it!

tomchop commented 9 years ago

I actually created another table next to the existing one. See commit 98a148114e435446c66753a36ceed652df343423. It should be fine if you have less than 8 interfaces (and you can still copy/paste IP addresses).

cudeso commented 9 years ago

Looks great!