diff options
| author | Simon Rettberg | 2025-08-05 15:16:33 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-08-05 15:16:33 +0200 |
| commit | 14d2617c8f3cd7c88dc01787f67f03ae04e8aa9d (patch) | |
| tree | 320dc7c5a626c7522a71fc5ab76a23b7cc77666e /modules-available/session/templates | |
| parent | [session] Show pointer when over audit payload data (diff) | |
| download | slx-admin-14d2617c8f3cd7c88dc01787f67f03ae04e8aa9d.tar.gz slx-admin-14d2617c8f3cd7c88dc01787f67f03ae04e8aa9d.tar.xz slx-admin-14d2617c8f3cd7c88dc01787f67f03ae04e8aa9d.zip | |
[session] audit: Use pagination
Diffstat (limited to 'modules-available/session/templates')
| -rw-r--r-- | modules-available/session/templates/audit-list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/session/templates/audit-list.html b/modules-available/session/templates/audit-list.html index 081e1593..e389137b 100644 --- a/modules-available/session/templates/audit-list.html +++ b/modules-available/session/templates/audit-list.html @@ -13,6 +13,7 @@ </p> {{/user}} +{{{pagenav}}} <table class="table"> <tr> <th>{{lang_when}}</th> @@ -38,6 +39,7 @@ </tr> {{/list}} </table> +{{{pagenav}}} <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> |
