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