1
0
Fork 0

Make the import admin table sortable

This commit is contained in:
Mouse Reeve 2022-11-07 11:32:45 -08:00
parent 16c92a62c4
commit 9e0867af91
2 changed files with 16 additions and 3 deletions

View file

@ -29,15 +29,17 @@
<div class="table-container block content">
<table class="table is-striped is-fullwidth">
<tr>
{% url 'settings-imports' as url %}
{% url 'settings-imports' status as url %}
<th>
{% trans "ID" %}
</th>
<th>
{% trans "User" %}
{% trans "User" as text %}
{% include 'snippets/table-sort-header.html' with field="user" sort=sort text=text %}
</th>
<th>
{% trans "Date Created" %}
{% trans "Date Created" as text %}
{% include 'snippets/table-sort-header.html' with field="created_date" sort=sort text=text %}
</th>
{% if status != "active" %}
<th>