- Components
-
ServicesStatusCellRendererComponent
services/services-device-tab/columns/status.cell-renderer.component.ts
Relationships
Depends on
-
NgSwitch
-
NgFor
-
NgSwitchCase
-
IconDirective
-
TooltipDirective
-
NgSwitchDefault
-
C8yTranslatePipe
<span [ngSwitch]="context.item.status">
<ng-container *ngFor="let option of statusOptionsService.options">
<i
*ngSwitchCase="option.key"
[c8yIcon]="option.icon"
class="{{ option.class }}"
[tooltip]="option.label | translate"
container="body"
placement="top"
></i>
</ng-container>
<i
*ngSwitchDefault
c8yIcon="job"
class="text-primary"
[tooltip]="context.item.status"
container="body"
placement="top"
></i>
</span>