repository/software/list/columns/device-type.cell-renderer.component.ts
templateUrl | ./device-type.cell-renderer.component.html |
Properties |
|
constructor(context: CellRendererContext)
|
||||||
Parameters :
|
Public context |
Type : CellRendererContext
|
<span *ngIf="context.item.c8y_Filter?.type; else emptyText">
{{ context.item.c8y_Filter?.type }}
</span>
<ng-template #emptyText>
<small class="text-muted">
<em translate>Undefined`device type`</em>
</small>
</ng-template>