mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
SM-617: Remove secret links when displaying secret in the trash (#4984)
This commit is contained in:
@@ -64,9 +64,10 @@
|
|||||||
<td bitCell>
|
<td bitCell>
|
||||||
<div class="tw-flex tw-items-center tw-gap-4 tw-break-all">
|
<div class="tw-flex tw-items-center tw-gap-4 tw-break-all">
|
||||||
<i class="bwi bwi-key tw-text-muted" aria-hidden="true"></i>
|
<i class="bwi bwi-key tw-text-muted" aria-hidden="true"></i>
|
||||||
<button type="button" bitLink (click)="editSecretEvent.emit(secret.id)">
|
<button type="button" bitLink (click)="editSecretEvent.emit(secret.id)" *ngIf="!trash">
|
||||||
{{ secret.name }}
|
{{ secret.name }}
|
||||||
</button>
|
</button>
|
||||||
|
<div *ngIf="trash">{{ secret.name }}</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td bitCell>
|
<td bitCell>
|
||||||
|
|||||||
Reference in New Issue
Block a user