mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-11 14:50:22 +00:00
fix pagination
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
:table-class="{ 'table-bgcolor': !$q.dark.isActive, 'table-bgcolor-dark': $q.dark.isActive }"
|
||||
:rows="history"
|
||||
:columns="columns"
|
||||
:pagination="{ sortBy: 'entry_time', descending: true }"
|
||||
:pagination="{ sortBy: 'time', descending: true, rowsPerPage: 10 }"
|
||||
:loading="loading"
|
||||
dense
|
||||
binary-state-sort
|
||||
|
||||
Reference in New Issue
Block a user