1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

fix loader on mobile audit log view

This commit is contained in:
RaidMax 2022-06-02 16:54:26 -05:00
parent aa7e63022c
commit 4aa3397aec

View File

@ -19,7 +19,7 @@
<partial name="_ListAuditLog"/> <partial name="_ListAuditLog"/>
</tbody> </tbody>
</table> </table>
<i id="loaderLoad" class="loader-load-more oi oi-chevron-bottom text-center text-primary d-none d-lg-block mt-10"></i> <i id="loaderLoad" class="loader-load-more oi oi-chevron-bottom text-center w-full text-primary mt-10"></i>
</div> </div>
@section scripts { @section scripts {