mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 09:28:26 -04:00
Add events to temp history page for story sign off
This commit is contained in:
@@ -79,4 +79,29 @@ History – GOV.UK Notify
|
||||
{% endcall %}
|
||||
|
||||
</div
|
||||
|
||||
<div class="grid-row">
|
||||
|
||||
{% call(item, row_number) list_table(
|
||||
events,
|
||||
caption="Events",
|
||||
field_headings=['ID','Event type','User ID','IP Address','Event data']
|
||||
)%}
|
||||
{% call field() %}
|
||||
{{item.id}}
|
||||
{% endcall %}
|
||||
{% call field() %}
|
||||
{{item.event_type}}
|
||||
{% endcall %}
|
||||
{% call field() %}
|
||||
{{item.data.user_id}}
|
||||
{% endcall %}
|
||||
{% call field() %}
|
||||
{{item.data.ip_address}}
|
||||
{% endcall %}
|
||||
{% call field() %}
|
||||
{{item.data}}
|
||||
{% endcall %}
|
||||
{% endcall %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user