1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

make recent clients pagination load 20 per request

This commit is contained in:
RaidMax
2022-04-25 16:13:18 -05:00
parent eec6fb4997
commit 840ff2cad9
2 changed files with 3 additions and 3 deletions

View File

@ -26,5 +26,5 @@
{
<i id="loaderLoad" class="loader-load-more oi oi-chevron-bottom text-center text-primary d-none d-lg-block mt-10"></i>
<script>initLoader('/Action/RecentClientsForm', '#recentClientsContainer', 30);</script>
<script>initLoader('/Action/RecentClientsForm', '#recentClientsContainer', 20);</script>
}