user management with pagination & modal improvements

This commit is contained in:
Adam Piontek 2021-03-04 22:03:27 -05:00
parent 488a4e5195
commit 18468e3cc3
35 changed files with 2948 additions and 86 deletions
assets/css

View file

@ -28,3 +28,6 @@
.table-nonfluid {
width: auto !important;
}
.cursor-pointer {
cursor: pointer !important;
}