feature/alerts-and-map #2

Closed
v6ole wants to merge 8 commits from feature/alerts-and-map into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8dc66d7f88 - Show all commits
+1 -1
View File
@@ -83,7 +83,7 @@
:total="total" :total="total"
:page-sizes="[20, 50, 100]" :page-sizes="[20, 50, 100]"
layout="total, sizes, prev, pager, next" layout="total, sizes, prev, pager, next"
small size="small"
@change="fetchLogs" @change="fetchLogs"
/> />
</div> </div>
+2 -2
View File
@@ -124,7 +124,7 @@
:total="repTotal" :total="repTotal"
:page-sizes="[50, 100, 200]" :page-sizes="[50, 100, 200]"
layout="total, sizes, prev, pager, next" layout="total, sizes, prev, pager, next"
small size="small"
@size-change="repLoad" @size-change="repLoad"
@current-change="repLoad" @current-change="repLoad"
/> />
@@ -203,7 +203,7 @@
:total="auditTotal" :total="auditTotal"
:page-sizes="[20, 50, 100]" :page-sizes="[20, 50, 100]"
layout="total, sizes, prev, pager, next" layout="total, sizes, prev, pager, next"
small size="small"
@change="fetchAudit" @change="fetchAudit"
/> />
</div> </div>