Skip to content

Commit 6f47cc6

Browse files
committed
Code review changes - keep only bottom pagination
1 parent 05378c5 commit 6f47cc6

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

  • server/frontend/src/components/Buckets

server/frontend/src/components/Buckets/List.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333

3434
<br />
3535
<p>Displaying {{ currentEntries }}/{{ totalEntries }} buckets.</p>
36-
37-
<PageNav
38-
:initial="currentPage"
39-
:pages="totalPages"
40-
:show="5"
41-
@page-changed="currentPage = $event"
42-
/>
4336
</div>
4437
<div class="table-responsive">
4538
<table class="table table-condensed table-hover table-bordered table-db">
@@ -129,7 +122,7 @@
129122
</tbody>
130123
</table>
131124
</div>
132-
<div class="panel-footer" v-if="!loading && buckets.length > 10">
125+
<div class="panel-footer">
133126
<PageNav
134127
:initial="currentPage"
135128
:pages="totalPages"

0 commit comments

Comments
 (0)