mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
Add captions to tables
Co-authored-by: Tom Byers <tombaromba@gmail.com>
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
<div class="dashboard-table">
|
<div class="dashboard-table">
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
notifications_by_type,
|
notifications_by_type,
|
||||||
|
caption='Messages sent since May 2016',
|
||||||
caption_visible=False,
|
caption_visible=False,
|
||||||
field_headings=[
|
field_headings=[
|
||||||
'Date',
|
'Date',
|
||||||
@@ -97,6 +98,7 @@
|
|||||||
<div class="dashboard-table">
|
<div class="dashboard-table">
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
processing_time | reverse,
|
processing_time | reverse,
|
||||||
|
caption='Messages sent within 10 seconds',
|
||||||
caption_visible=False,
|
caption_visible=False,
|
||||||
field_headings=[
|
field_headings=[
|
||||||
'Date', 'Percentage'
|
'Date', 'Percentage'
|
||||||
@@ -133,6 +135,7 @@
|
|||||||
<div class="dashboard-table">
|
<div class="dashboard-table">
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
organisations_using_notify,
|
organisations_using_notify,
|
||||||
|
caption='Organisations using Notify',
|
||||||
caption_visible=False,
|
caption_visible=False,
|
||||||
field_headings=[
|
field_headings=[
|
||||||
'Organisation', 'Number of live services'
|
'Organisation', 'Number of live services'
|
||||||
|
|||||||
@@ -122,6 +122,7 @@ def test_should_render_performance_page(
|
|||||||
'987.7 million text messages '
|
'987.7 million text messages '
|
||||||
'1.2 million letters '
|
'1.2 million letters '
|
||||||
''
|
''
|
||||||
|
'Messages sent since May 2016 '
|
||||||
'Date Emails Text messages Letters '
|
'Date Emails Text messages Letters '
|
||||||
'21 February 2021 1,234,567 123,456 123 '
|
'21 February 2021 1,234,567 123,456 123 '
|
||||||
'22 February 2021 1 2 3 '
|
'22 February 2021 1 2 3 '
|
||||||
@@ -135,6 +136,7 @@ def test_should_render_performance_page(
|
|||||||
'Messages sent within 10 seconds '
|
'Messages sent within 10 seconds '
|
||||||
'Average '
|
'Average '
|
||||||
'96.8% on average '
|
'96.8% on average '
|
||||||
|
'Messages sent within 10 seconds '
|
||||||
'Date Percentage '
|
'Date Percentage '
|
||||||
'27 February 2021 98.6% '
|
'27 February 2021 98.6% '
|
||||||
'26 February 2021 96.5% '
|
'26 February 2021 96.5% '
|
||||||
@@ -148,6 +150,7 @@ def test_should_render_performance_page(
|
|||||||
'Organisations using Notify '
|
'Organisations using Notify '
|
||||||
'Organisations 111 organisations '
|
'Organisations 111 organisations '
|
||||||
'Services 9,999 services '
|
'Services 9,999 services '
|
||||||
|
'Organisations using Notify '
|
||||||
'Organisation Number of live services '
|
'Organisation Number of live services '
|
||||||
'Department of Examples and Patterns 2 '
|
'Department of Examples and Patterns 2 '
|
||||||
'Department of One Service 1'
|
'Department of One Service 1'
|
||||||
|
|||||||
Reference in New Issue
Block a user