{% extends "base.html" %} {% block title %}Dashboards — TraceBi{% endblock %} {% block content %}
Live interactive dashboards with associative filtering.
{% if dashboards %}No dashboards registered yet.
Use registry.add_dashboard(name, DashboardServer(...)) in your app module.