mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
policies enabled badge
This commit is contained in:
parent
a2472e0cf5
commit
5b770084c9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user