2872: Add infinite scroll to chooser modal.
[arvados.git] / apps / workbench / app / views / application / _choose.html.erb
index cf18cdcddb9586d96ffc32f54dd137e1c9a53705..2b4f61e53317d7ef124c1644e3875fba8849a9f3 100644 (file)
@@ -8,7 +8,7 @@
       </div>
 
       <div class="modal-body">
-        <div class="container-fluid arv-folder-list selectable-container" style="height: 15em; overflow-y: scroll">
+        <div class="container-fluid arv-folder-list selectable-container" style="height: 15em; overflow-y: scroll" data-infinite-scroller="#choose-scroll" id="choose-scroll" data-infinite-content-href="<%= @next_page_href %>">
           <%= render partial: 'choose_rows', locals: {multiple: multiple} %>
         </div>
       </div>