1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

add pagination to user tokens list

This commit is contained in:
John Mitchell 2018-11-30 14:27:23 -05:00
parent 28733800c4
commit 52f86a206a
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -58,3 +58,9 @@
</div>
</at-row>
</at-list>
<paginate
collection="tokens"
dataset="token_dataset"
iterator="token"
base-path="tokens">
</paginate>