Unverified Commit 482b7190 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Paginate to 100 items per page

We may have many of these displays, so let's be on the safe side here. The embedded frame is less than 100 rows high anyway, so using the pagination control is not a bother anyway.
parent 9e59e6ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ export default {
        return {
            currentPage: 1,
            expanded: false,
            perPage: 200,
            perPage: 100,
        };
    },
    computed: {