mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
Merge pull request #7831 from aignatov-bio/ai-sci-11009-fix-xss-on-table-task-name
Fix task table name renderer [SCI-11009]
This commit is contained in:
commit
fb0e73bf80
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
</template>
|
||||
<template v-else>
|
||||
<a :href="params.data.urls.show" :title="params.data.name" >
|
||||
<i v-if="params.data.locked" class="sn-icon sn-icon-locked-task"></i>
|
||||
<span class="truncate">{{ params.data.name }}</span>
|
||||
</a>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue