mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
feat: pass signers prop to FileEntryStatus
- Add signers prop binding to enable language-independent status detection - Defaults to empty array if signers data is not available Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
affa4f987d
commit
e55950f0ec
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@
|
|||
<td class="files-list__row-status"
|
||||
@click="openDetailsIfAvailable">
|
||||
<FileEntryStatus :status="source.status"
|
||||
:status-text="source.statusText" />
|
||||
:status-text="source.statusText"
|
||||
:signers="source.signers || []" />
|
||||
</td>
|
||||
|
||||
<!-- Mtime -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue