Back to Super Productivity

{{ T.F.SYNC.D_DEVICES.TITLE | translate }}

src/app/imex/sync/dialog-sync-devices/dialog-sync-devices.component.html

18.21.1712 B
Original Source

{{ T.F.SYNC.D_DEVICES.TITLE | translate }}

@if (isLoading()) {

} @else if (error()) { error

{{ error() | translate }}

} @else { @for (device of devices(); track device.clientId) { {{ device.icon }}

{{ device.label | translate }} @if (device.isCurrentDevice) { {{ T.F.SYNC.D_DEVICES.THIS_DEVICE | translate }} }

{{ T.F.SYNC.D_DEVICES.LAST_SEEN | translate: { date: device.lastSeenAt | localeDate: 'medium' } }}

{{ device.clientId }}

} @empty { devices_other

{{ T.F.SYNC.D_DEVICES.NO_DEVICES | translate }}

}

{{ T.F.SYNC.D_DEVICES.REMOVE_HINT | translate }}

}

@if (!isLoading()) { {{ T.F.SYNC.D_DEVICES.BTN_SIGN_OUT_OTHERS | translate }} } {{ T.G.CLOSE | translate }}