Merge pull request #2104 from gradido/fix-pagination-ellipsis

Fix pagination ellipsis
This commit is contained in:
Hannes Heine 2022-07-30 15:54:08 +02:00 committed by GitHub
commit f95831d6a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@
:per-page="perPage"
:total-rows="rows"
align="center"
:hide-ellipsis="true"
></b-pagination>
</div>
</template>

View File

@ -29,6 +29,7 @@
per-page="perPage"
:total-rows="rows"
align="center"
:hide-ellipsis="true"
></b-pagination>
</b-col>
<b-col cols="12" lg="6" class="shadow p-3 mb-5 rounded bg-info">

View File

@ -52,6 +52,7 @@
per-page="perPage"
:total-rows="rows"
align="center"
:hide-ellipsis="true"
></b-pagination>
<div></div>
</div>

View File

@ -16,6 +16,7 @@
:per-page="pageSize"
:total-rows="contributionCount"
align="center"
:hide-ellipsis="true"
></b-pagination>
</div>
</template>

View File

@ -69,6 +69,7 @@
:per-page="pageSize"
:total-rows="transactionCount"
align="center"
:hide-ellipsis="true"
></b-pagination>
<div v-if="transactionCount <= 0" class="mt-4 text-center">

View File

@ -36,6 +36,7 @@
:per-page="pageSize"
:total-rows="transactionGdtCount"
align="center"
:hide-ellipsis="true"
></b-pagination>
</div>
</template>