Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
two menu buttons activated simultaneously
Describe the bug It's a secondary bug not really important, two buttons activated simultaneously on the left menu.
To Reproduce Steps to reproduce the behavior:
- Go to 'yoursite/dashboard/api_performance'
- See both buttons: "API performance and Reporting are active"
Hey @eosfomogame
Thanks for noticing this issue. It is indeed a bug in this file: https://github.com/flask-dashboard/Flask-MonitoringDashboard/blob/master/flask_monitoringdashboard/static/elements/menu.html
Take a look at the lines 17 and 19, and feel free to fix this, and submit a PR.
Thanks in advance,
Patrick