mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 05:29:46 +08:00
Merge pull request #5435 from aignatov-bio/ai-sci-8480-fix-protocols-icons-position
Fix protocol icons position [SCI-8480]
This commit is contained in:
commit
ad64628c8c
2 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@ var ProtocolsIndex = (function() {
|
|||
$('.protocols-container .toolbar').html(generalToolbar);
|
||||
|
||||
let protocolFilters = $($('#protocolFilters').html());
|
||||
$(protocolFilters).prependTo('.protocols-container .protocol-filters');
|
||||
$(protocolFilters).appendTo('.protocols-container .protocol-filters');
|
||||
|
||||
initLocalFileImport();
|
||||
initProtocolsFilters();
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<%= render partial: 'task_view_dropdowns.html.erb' %>
|
||||
</div>
|
||||
|
||||
<div class="row"
|
||||
<div class="row mt-4"
|
||||
id="cards-container"
|
||||
data-move-modules-modal-url="<%= move_modules_modal_experiment_path(@experiment) %>"
|
||||
data-move-modules-url="<%= move_modules_experiment_path(@experiment) %>"
|
||||
|
|
Loading…
Reference in a new issue