Add AJAX tag search box to collections.index page.
[arvados.git] / apps / workbench / app / views / collections / index.js.erb
1 $('table#collections-index tbody').html("<%= escape_javascript(render partial: 'index_tbody') %>");
2 $('table#collections-index tbody').fadeTo(200, 1.0);