mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
feat(webui): hide pagination when there is only 1 page
This commit is contained in:
parent
bf2d0ba1fa
commit
675b4a16af
2 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,7 @@
|
|||
|
||||
<template v-else>
|
||||
<v-pagination
|
||||
v-if="totalPages > 1"
|
||||
v-model="page"
|
||||
:total-visible="paginationVisible"
|
||||
:length="totalPages"
|
||||
|
|
|
|||
|
|
@ -180,6 +180,7 @@
|
|||
|
||||
<template v-else>
|
||||
<v-pagination
|
||||
v-if="totalPages > 1"
|
||||
v-model="page"
|
||||
:total-visible="paginationVisible"
|
||||
:length="totalPages"
|
||||
|
|
|
|||
Loading…
Reference in a new issue