diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index ec4af7e9..6da7f860 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -126,6 +126,7 @@ expiration-date='{{ expiration_date }}' v-bind:months='{{ cumulative_budget.months | tojson }}' inline-template> +

Cumulative Budget

@@ -351,12 +352,12 @@ {{ two_months_ago.strftime('%B %Y') }} {{ prev_month.strftime('%B %Y') }} {{ current_month.strftime('%B %Y') }} - + % of total spend this month - Workspace Total + Total {{ workspace_totals.get(two_months_ago_index, 0) | dollars }} {{ workspace_totals.get(prev_month_index, 0) | dollars }} {{ workspace_totals.get(current_month_index, 0) | dollars }}