mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 00:48:46 -04:00
Make the activity page update with AJAX
The activity page looks the same as the job page. So it should behave the same and not need manually refreshing to see the new stuff.
This commit is contained in:
9
app/templates/views/activity/counts.html
Normal file
9
app/templates/views/activity/counts.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% from "components/pill.html" import pill %}
|
||||
|
||||
<div class='bottom-gutter ajax-block-container'>
|
||||
{{ pill(
|
||||
'Status',
|
||||
status_filters,
|
||||
status
|
||||
) }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user