From 2c57d0d373ae56c5aace1eb446402ae70be1a2ff Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 28 Mar 2024 15:58:02 -0400 Subject: [PATCH] 1213 - Removed the Usage page and updated the Dashboard Landing page --- app/templates/main_nav.html | 2 +- app/templates/views/dashboard/_usage.html | 2 +- app/templates/views/dashboard/dashboard.html | 34 ++++--------------- app/templates/views/usage.html | 14 ++------ tests/app/main/test_permissions.py | 1 - .../views/accounts/test_choose_accounts.py | 2 +- tests/app/main/views/test_activity.py | 2 +- tests/app/main/views/test_dashboard.py | 22 ++---------- tests/app/test_navigation.py | 2 +- 9 files changed, 18 insertions(+), 63 deletions(-) diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index 2f7306f09..4aac354d9 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -14,7 +14,7 @@
  • Sent messages
  • {% endif %} {% if current_user.has_permissions('manage_service', allow_org_user=True) %} -
  • Usage
  • + {#
  • Usage
  • #} {% endif %}