feat(documents) : bouton reload explorateur + liaison d'un fichier du partage SMB à un ticket
This commit is contained in:
@@ -28,7 +28,15 @@
|
||||
<!-- File info -->
|
||||
<div class="min-w-0 flex-1">
|
||||
<p class="truncate text-xs font-medium text-neutral-700">{{ doc.originalName }}</p>
|
||||
<p class="text-xs text-neutral-400">{{ formatFileSize(doc.size) }}</p>
|
||||
<p class="flex items-center gap-1 text-xs text-neutral-400">
|
||||
<Icon
|
||||
v-if="doc.sharePath"
|
||||
name="heroicons:link"
|
||||
class="h-3 w-3 shrink-0 text-primary-400"
|
||||
:title="$t('taskDocuments.shareLinkBadge')"
|
||||
/>
|
||||
{{ formatFileSize(doc.size) }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Delete button -->
|
||||
|
||||
Reference in New Issue
Block a user