Your own dashboards
You have not created any dashboards yet
{% if my_dashboards %}Dashboard name | View URL | Actions |
---|---|---|
{{ dash.name | escape }} | {# url #}hub/dashboards/{{ dash.urlname }} | {# actions #}edit delete |
Dashboards from others
{% for username, dashlist in visitor_dashboard_groups.items() %}{{ username | escape }}
-
{% for dash in dashlist|sort(attribute='name') %}
- {{ dash.name | escape }} {% endfor %}
No-one has shared any dashboards with you
{% endif %}