flask-volt-dashboard icon indicating copy to clipboard operation
flask-volt-dashboard copied to clipboard

Flask Bootstrap 5 - Volt Dashboard | App-Generator.dev

Results 3 flask-volt-dashboard issues
Sort by recently updated
recently updated
newest added

I am trying out the template from docker. I noticed that some icons in action column in Transactions page was not displayed.

bug

Hello, how to add a function for **settings** form filling control? @blueprint.route('/settings', methods=['GET', 'POST']) @login_required def settings_form(): print(request) return render_template('settings.html', user=current_user, form=form) **never works** even if I add in route_template(template)...

Hi , I was wondering how to implement a matplotlib plot on the dashboard with own data. Is there an easy approach ? Cheers