Skip to content

Commit

Permalink
fix: disable mobile breakpoint for history and reprint tables
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Jul 5, 2021
1 parent 48e770b commit 8e76ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/history/JobHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
:single-expand="true"
:search="search"
:expanded="expanded"
mobile-breakpoint="0"
item-key="job_id"
sort-by="start_time"
sort-desc>
Expand Down
1 change: 1 addition & 0 deletions src/components/widgets/status/ReprintTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:items="history"
:headers="headers"
:items-per-page="5"
mobile-breakpoint="0"
hide-default-footer
item-key="job_id"
sort-by="start_time"
Expand Down

0 comments on commit 8e76ee2

Please sign in to comment.