mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +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"
|
<td class="files-list__row-status"
|
||||||
@click="openDetailsIfAvailable">
|
@click="openDetailsIfAvailable">
|
||||||
<FileEntryStatus :status="source.status"
|
<FileEntryStatus :status="source.status"
|
||||||
:status-text="source.statusText" />
|
:status-text="source.statusText"
|
||||||
|
:signers="source.signers || []" />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<!-- Mtime -->
|
<!-- Mtime -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue