mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
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:
@@ -58,3 +58,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</at-row>
|
</at-row>
|
||||||
</at-list>
|
</at-list>
|
||||||
|
<paginate
|
||||||
|
collection="tokens"
|
||||||
|
dataset="token_dataset"
|
||||||
|
iterator="token"
|
||||||
|
base-path="tokens">
|
||||||
|
</paginate>
|
||||||
Reference in New Issue
Block a user