We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05378c5 commit 6f47cc6Copy full SHA for 6f47cc6
1 file changed
server/frontend/src/components/Buckets/List.vue
@@ -33,13 +33,6 @@
33
34
<br />
35
<p>Displaying {{ currentEntries }}/{{ totalEntries }} buckets.</p>
36
-
37
- <PageNav
38
- :initial="currentPage"
39
- :pages="totalPages"
40
- :show="5"
41
- @page-changed="currentPage = $event"
42
- />
43
</div>
44
<div class="table-responsive">
45
<table class="table table-condensed table-hover table-bordered table-db">
@@ -129,7 +122,7 @@
129
122
</tbody>
130
123
</table>
131
124
132
- <div class="panel-footer" v-if="!loading && buckets.length > 10">
125
+ <div class="panel-footer">
133
126
<PageNav
134
127
:initial="currentPage"
135
128
:pages="totalPages"
0 commit comments