mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 03:23:50 +00:00
update layouts for user groups and collections
This commit is contained in:
@@ -19,12 +19,6 @@
|
||||
{{'noGroupsInList' | i18n}}
|
||||
</div>
|
||||
<table class="table table-hover table-list mb-0" *ngIf="groups && groups.length">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>{{'name' | i18n}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr *ngFor="let g of groups; let i = index">
|
||||
<td class="table-list-checkbox" (click)="check(g)">
|
||||
|
||||
Reference in New Issue
Block a user