admin: fix policy list not having a refresh button

This commit is contained in:
Jens Langhammer 2021-02-11 20:17:45 +01:00
parent ce0140ef67
commit 86c069fe64
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@
{% endfor %}
</ul>
</ak-dropdown>
<button role="ak-refresh" class="pf-c-button pf-m-primary">
{% trans 'Refresh' %}
</button>
</div>
{% include 'partials/pagination.html' %}
</div>