Fix table canvas title [SCI-10206]

This commit is contained in:
Anton 2024-03-21 11:52:31 +01:00
parent 4ac9540c3a
commit 435746b2fa
2 changed files with 2 additions and 2 deletions

View file

@ -340,7 +340,7 @@ export default {
return `
<span class="flex gap-2 items-center">
<div title="${this.i18n.t('experiments.duplicate_tasks.duplicating')}"
class="loading-overlay w-6 h-6 !relative" data-toggle="tooltip" data-placement="right"></div>
class="loading-overlay w-6 h-6 !relative shrink-0" data-toggle="tooltip" data-placement="right"></div>
<span class="truncate">${name}</span>
</span>`;
}

View file

@ -61,7 +61,7 @@ module Lists
def urls
urls_list = {
show: my_modules_path(experiment_id: object, view_mode: archived ? 'archived' : 'active'),
show: my_modules_experiment_path(object, view_mode: archived ? 'archived' : 'active'),
actions: actions_toolbar_experiments_path(items: [{ id: object.id }].to_json),
projects_to_clone: projects_to_clone_experiment_path(object),
projects_to_move: projects_to_move_experiment_path(object),