We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5c456 commit 116bfbdCopy full SHA for 116bfbd
1 file changed
src/app/shared/object-collection/shared/badges/access-status-badge/access-status-badge.component.html
@@ -1,5 +1,5 @@
1
<ng-container *ngIf="showAccessStatus">
2
<span *ngIf="accessStatus$ | async as accessStatus">
3
- <span class="badge badge-secondary">{{ accessStatus | translate }}</span>
+ <span [class]="'badge badge-secondary access-status-list-element-badge ' + accessStatus.replaceAll('.','-')">{{ accessStatus | translate }}</span>
4
</span>
5
</ng-container>
0 commit comments