mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(webui): change page size on media analysis screen
All was not working properly, using 20/50/100 instead of the default values
This commit is contained in:
parent
49e259f7fe
commit
afc2cd4e70
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
||||||
sort-by="media.status"
|
sort-by="media.status"
|
||||||
multi-sort
|
multi-sort
|
||||||
class="elevation-1"
|
class="elevation-1"
|
||||||
|
:footer-props="{
|
||||||
|
itemsPerPageOptions: [20, 50, 100]
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
<template v-slot:item.name="{ item }">
|
<template v-slot:item.name="{ item }">
|
||||||
<router-link :to="{name:'browse-book', params: {bookId: item.id}}">{{ item.name }}</router-link>
|
<router-link :to="{name:'browse-book', params: {bookId: item.id}}">{{ item.name }}</router-link>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue