mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Fix table canvas title [SCI-10206]
This commit is contained in:
parent
4ac9540c3a
commit
435746b2fa
2 changed files with 2 additions and 2 deletions
|
@ -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>`;
|
||||
}
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue