Back to Thingsboard

Iot Hub Item Link Card.Component

ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-link-card/iot-hub-item-link-card.component.html

4.3.1.3394 B
Original Source

@switch (state) { @case ('loading') {

} @case ('loaded') { @if (isCompact()) { {{ getCompactIcon() }} } @else { @if (getImageUrl(); as imgUrl) { } @else { {{ getTypeIcon() }} } } {{ item.name }} @if (item.creatorVerified) { verified } @else { person } {{ item.creatorDisplayName }} } @case ('unavailable') {

link_off

{{ 'iot-hub.item-link-unavailable' | translate }}

} }