mirror of
https://github.com/bitwarden/web
synced 2025-12-10 13:23:15 +00:00
policies enabled badge
This commit is contained in:
@@ -9,10 +9,9 @@
|
||||
<tbody>
|
||||
<tr *ngFor="let p of policies">
|
||||
<td>
|
||||
<a href="#">{{p.name}}</a>
|
||||
</td>
|
||||
<td class="table-list-options">
|
||||
|
||||
<a href="#" appStopClick (click)="edit(p)">{{p.name}}</a>
|
||||
<span class="badge badge-success" *ngIf="p.enabled">{{'enabled' | i18n}}</span>
|
||||
<small class="text-muted d-block">{{p.description}}</small>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user