Back to Kavita

Manage Devices.Component

UI/Web/src/app/user-settings/manage-devices/manage-devices.component.html

0.9.0595 B
Original Source

{{t('add')}}

{{t('sendto-device-header')}}

{{t('description')}}

@if (!hasEmailSetup()) { {{t('warning')}} {{t('email-setup-alert')}} } {{t('name-label')}} {{ item.name }} {{t('email-label')}} {{ item.emailAddress }} {{t('platform-label')}} {{ item.platform | devicePlatform }} {{t('delete')}}{{t('edit')}}

{{item.name}}

{{t('edit')}}{{t('delete')}}

{{t('email-label')}}

{{item.emailAddress}}

{{t('platform-label')}}

{{item.platform | devicePlatform}}

{{t('client-devices-header')}}

@for(clientDevice of clientDevices(); track clientDevice.id) {

} @empty { }