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 0c723a8 commit dda5d39Copy full SHA for dda5d39
1 file changed
client/src/vue_components/show/config/mics/MicList.vue
@@ -33,6 +33,14 @@
33
</b-button-group>
34
</template>
35
</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
+ />
44
<b-modal
45
id="new-microphone"
46
ref="new-microphone"
0 commit comments