mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Platform admin: Highlight service in research mode
Research mode trumps live. Copies the same style we use in the page footer.
This commit is contained in:
@@ -43,7 +43,8 @@ def format_stats_by_service(all_stats, services):
|
||||
),
|
||||
'delivered': stats['sms_delivered'] + stats['emails_delivered'],
|
||||
'failed': stats['sms_failed'] + stats['emails_failed'],
|
||||
'restricted': services[stats['service']]['restricted']
|
||||
'restricted': services[stats['service']]['restricted'],
|
||||
'research_mode': services[stats['service']]['research_mode']
|
||||
}
|
||||
for stats in all_stats
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user