mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update user data queries
This commit is contained in:
parent
471acf85af
commit
2242c4d5d6
110 changed files with 5729 additions and 119 deletions
|
@ -62,7 +62,8 @@
|
|||
deviceHtml += '</a>';
|
||||
deviceHtml += '</paper-item-body>';
|
||||
|
||||
deviceHtml += '<paper-icon-button icon="delete" data-id="' + d.Id + '" title="' + Globalize.translate('ButtonDelete') + '" class="btnDeleteDevice"></paper-icon-button>';
|
||||
deviceHtml += '<button type="button" is="paper-icon-button-light" class="btnDeleteDevice" data-id="' + d.Id + '" title="' + Globalize.translate('ButtonDelete') + '"><iron-icon icon="delete"></iron-icon></button>';
|
||||
|
||||
deviceHtml += '</paper-icon-item>';
|
||||
|
||||
return deviceHtml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue