Skip to content

Commit dda5d39

Browse files
committed
Fix missing pagination for mic table
1 parent 0c723a8 commit dda5d39

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

client/src/vue_components/show/config/mics/MicList.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
</b-button-group>
3434
</template>
3535
</b-table>
36+
<b-pagination
37+
v-show="MICROPHONES.length > rowsPerPage"
38+
v-model="currentPage"
39+
:total-rows="MICROPHONES.length"
40+
:per-page="rowsPerPage"
41+
aria-controls="microphones-table"
42+
class="justify-content-center"
43+
/>
3644
<b-modal
3745
id="new-microphone"
3846
ref="new-microphone"

0 commit comments

Comments
 (0)