admin: fix policy list not having a refresh button
This commit is contained in:
parent
494f094fa1
commit
391eb9d469
|
@ -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>
|
||||
|
|
Reference in New Issue