From aa6ebe012240018fb901103e2f82583367291319 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 29 Aug 2021 03:40:14 +0000 Subject: [PATCH] fix pagination --- web/src/components/agents/HistoryTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/agents/HistoryTab.vue b/web/src/components/agents/HistoryTab.vue index 031cab5c..f49f336b 100644 --- a/web/src/components/agents/HistoryTab.vue +++ b/web/src/components/agents/HistoryTab.vue @@ -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