mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-19 11:15:21 +01:00
[SM-621] add unassigned secret badge (#4956)
This commit is contained in:
parent
54411ea84f
commit
cafd2d2561
@ -79,6 +79,10 @@
|
|||||||
>
|
>
|
||||||
{{ project.name | ellipsis: 32 }}
|
{{ project.name | ellipsis: 32 }}
|
||||||
</span>
|
</span>
|
||||||
|
<span *ngIf="secret.projects.length === 0" bitBadge badgeType="warning" class="tw-ml-1"
|
||||||
|
><i class="bwi bwi-fw bwi-exclamation-triangle tw-mr-1" aria-hidden="true"></i
|
||||||
|
>{{ "unassigned" | i18n }}</span
|
||||||
|
>
|
||||||
</td>
|
</td>
|
||||||
<td bitCell class="tw-whitespace-nowrap">{{ secret.revisionDate | date: "medium" }}</td>
|
<td bitCell class="tw-whitespace-nowrap">{{ secret.revisionDate | date: "medium" }}</td>
|
||||||
<td bitCell>
|
<td bitCell>
|
||||||
|
Loading…
Reference in New Issue
Block a user