dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.58k stars 1.34k forks source link

HTML <a> target attribute for menu item #2229

Open gugupy opened 2 months ago

gugupy commented 2 months ago

There is no way to add a menu link with a different target. This is helpful when we want to include an external application link in the menu, which will likely open in a new tab instead of the same tab.