You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include 'insights/components/package_panel_donuts.html' with panel=panel %}
47
+
{% for graph in panel.graphs|slice:"2:" %}
48
+
{% include 'insights/components/graph_card.html' with graph=graph current_panel_id=current_panel_id search_query=search_query search_error=search_error %}
49
+
{% endfor %}
50
+
{% else %}
51
+
{% for graph in panel.graphs %}
52
+
{% include 'insights/components/graph_card.html' with graph=graph current_panel_id=current_panel_id search_query=search_query search_error=search_error %}
0 commit comments