Skip to content

Commit

Permalink
Merge pull request #60 from simonsobs/dev
Browse files Browse the repository at this point in the history
Remove "All" from the item-per-page options on the run table
  • Loading branch information
TaiSakuma authored May 30, 2024
2 parents 9a3895b + a3e1357 commit d72726d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/views/db/RunsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
:page="page"
:items-length="totalCount"
:items-per-page="itemsPerPage"
:items-per-page-options="[10, 25, 50, 100]"
:hide-default-footer="false"
@click:row="onClickRow"
@update:items-per-page="onUpdateItemsPerPage"
Expand Down Expand Up @@ -38,11 +39,7 @@
<VIcon v-else color="red">mdi-close</VIcon>
</template>
</VDataTableServer>
<DevToolCheckboxes
top="20px"
right="5px"
v-model="override"
></DevToolCheckboxes>
<DevToolCheckboxes top="20px" right="5px" v-model="override"></DevToolCheckboxes>
</div>
</template>

Expand Down

0 comments on commit d72726d

Please sign in to comment.