mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
add stats boxes to platform admin page
moved a couple of stats summary functions from dashboard to a shared statistics_utils file
This commit is contained in:
@@ -7,8 +7,7 @@ from flask_login import login_required
|
||||
from app import statistics_api_client
|
||||
from app.main import main
|
||||
from app.utils import user_has_permissions
|
||||
from app.statistics_utils import sum_of_statistics, add_rates_to
|
||||
|
||||
from app.statistics_utils import sum_of_statistics, add_rates_togi
|
||||
|
||||
@main.route("/platform-admin")
|
||||
@login_required
|
||||
|
||||
Reference in New Issue
Block a user