mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix protocol icons position
[SCI-8480]
This commit is contained in:
parent
cabd6bbed5
commit
c57188853e
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