mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Split platform admin page into live and trial mode
It sucks having to scroll down the massive list of services just to see which ones are live.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% call(item, row_number) list_table(
|
||||
services,
|
||||
caption=caption,
|
||||
caption_visible=False,
|
||||
caption_visible=True,
|
||||
field_headings=[
|
||||
'Service',
|
||||
hidden_field_heading('Status'),
|
||||
@@ -89,8 +89,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class='heading-medium visually-hidden'>Services</h2>
|
||||
{{ services_table(live_services, 'Live services') }}
|
||||
|
||||
{{ services_table(service_stats, 'All services') }}
|
||||
{{ services_table(trial_mode_services, 'Trial mode services') }}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user