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

Merge pull request #2850 from jlmitch5/addUserTokenPagination

add pagination to user tokens list

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-11-30 21:29:10 +00:00 committed by GitHub
commit 246d80f177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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