mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
fixed ui name collection overlap (#15241)
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
@@ -22,16 +22,12 @@
|
|||||||
bitCell
|
bitCell
|
||||||
bitSortable="name"
|
bitSortable="name"
|
||||||
[fn]="sortByName"
|
[fn]="sortByName"
|
||||||
[class]="showExtraColumn ? 'lg:tw-w-3/5' : 'tw-w-full'"
|
[class]="showExtraColumn ? 'tw-w-3/5' : 'tw-w-full'"
|
||||||
>
|
>
|
||||||
{{ "name" | i18n }}
|
{{ "name" | i18n }}
|
||||||
</th>
|
</th>
|
||||||
<!-- Individual vault -->
|
<!-- Individual vault -->
|
||||||
<th
|
<th *ngIf="!showAdminActions" bitCell [class]="showExtraColumn ? 'tw-w-3/5' : 'tw-w-full'">
|
||||||
*ngIf="!showAdminActions"
|
|
||||||
bitCell
|
|
||||||
[class]="showExtraColumn ? 'lg:tw-w-3/5' : 'tw-w-full'"
|
|
||||||
>
|
|
||||||
{{ "name" | i18n }}
|
{{ "name" | i18n }}
|
||||||
</th>
|
</th>
|
||||||
<th bitCell *ngIf="showOwner" class="tw-hidden tw-w-2/5 lg:tw-table-cell">
|
<th bitCell *ngIf="showOwner" class="tw-hidden tw-w-2/5 lg:tw-table-cell">
|
||||||
|
|||||||
Reference in New Issue
Block a user