user admin page refactor

This commit is contained in:
Čarodej
2021-11-22 11:17:14 +01:00
parent d16a37f2ed
commit a2e0c1810d
8 changed files with 303 additions and 200 deletions

View File

@@ -4,6 +4,7 @@
<thead class="table-header">
<tr>
<th
class=""
v-for="(column, index) in columns"
@click="sort(column.field, column.sortable)"
:key="index"
@@ -390,7 +391,6 @@ export default {
.paginator-wrapper {
margin-top: 30px;
margin-bottom: 40px;
display: flex;
justify-content: space-between;
align-items: center;