diff --git a/app/templates/views/organizations/organization/index.html b/app/templates/views/organizations/organization/index.html index 6014333d7..e0520a968 100644 --- a/app/templates/views/organizations/organization/index.html +++ b/app/templates/views/organizations/organization/index.html @@ -2,20 +2,23 @@ {% from "components/big-number.html" import big_number %} {% from "components/live-search.html" import live_search %} {% from "components/pill.html" import pill %} +{% from "components/table.html" import list_table, field, row_heading %} {% extends "withnav_template.html" %} {% block org_page_title %} - Usage + Organization Dashboard {% endblock %} {% block maincolumn_content %} - {{ page_header('Usage', size='medium') }} + {{ page_header('Organization Dashboard', size='large') }} + +
Combined totals across all services in {{ current_org.name }}