Skip to content

Commit

Permalink
Add paginated to mini signal table tab (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Jun 5, 2023
1 parent d3c06e5 commit 59088af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/dispatch/static/dispatch/src/signal/SignalInstanceTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<v-data-table
:headers="headers"
:items="signalInstances"
:items-per-page="-1"
disabled-pagination
hide-default-footer
:items-per-page="25"
:footer-props="{
'items-per-page-options': [25, 50, 100],
}"
>
<template v-slot:item.signal="{ item }">
<signal-popover v-model="item.signal" />
Expand Down

0 comments on commit 59088af

Please sign in to comment.