Skip to content

Commit

Permalink
fix(2181): fix not loading more items when scrolling (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
adong authored Aug 14, 2020
1 parent 073db60 commit 4eb8604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/pipeline-list-view/template.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<button {{action "refreshListViewJobs"}} class="refresh-btn">Refresh</button>
{{#light-table table height="inherit" as |t|}}
{{#light-table table height="400px" as |t|}}
{{t.head
onColumnClick=(action "onColumnClick")
iconSortable="fa fa-sort"
Expand Down Expand Up @@ -27,4 +27,4 @@
onSave=(action "startBuild")
onClose=(action "closeModal")}}
{{/modal-dialog}}
{{/if}}
{{/if}}

0 comments on commit 4eb8604

Please sign in to comment.