Add mock monthly reporting data

This commit is contained in:
Patrick Smith
2018-09-05 15:59:57 -04:00
parent f33a7b4a9f
commit a9d705daac
3 changed files with 200 additions and 86 deletions

View File

@@ -76,6 +76,7 @@ def workspace_reports(workspace_id):
return render_template(
"workspace_reports.html",
workspace_totals=Reports.workspace_totals(workspace),
monthly_totals=Reports.monthly_totals(workspace),
)