{# Audit dashboard — adapted from governor_web/templates/dashboard/index.html @ 19455c57c5a9. Same layout grammar (ui-shell → ui-page-header → stat cards → main grid with cost drivers + active issues panes) so the styling matches governor-web 1:1. The audit package's empty-state redirect lives at the route level, so this template only renders when there is data to show. #} {% extends "layout.html" %} {% block content %}

Cost Analytics

Dashboard

BigQuery spend analysis for {{ config.gcp_project_id }} / {{ config.bigquery_region }}

Configuration & re-scan →
{# ── Stat cards ── #} {% include "dashboard/_cost_summary.html" %} {# ── Main grid: bar chart + cost drivers + active issues ── #}
{% include "dashboard/_trend_chart.html" %}
{% include "dashboard/_cost_drivers.html" %}
{% include "dashboard/_opportunities_summary.html" %}
{% endblock %}