mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[SM-621] add unassigned secret badge (#4956)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user