mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add connect icon
This commit is contained in:
parent
598d0a5761
commit
a732797f08
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
function deleteUser(page, id) {
|
function deleteUser(page, id) {
|
||||||
|
|
||||||
$('.userMenu', page).on("popupafterclose.deleteuser", function() {
|
$('.userMenu', page).on("popupafterclose.deleteuser", function () {
|
||||||
|
|
||||||
$(this).off('popupafterclose.deleteuser');
|
$(this).off('popupafterclose.deleteuser');
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
html += '<div class="cardImage" style="background-image:url(\'' + imgUrl + '\');">';
|
html += '<div class="cardImage" style="background-image:url(\'' + imgUrl + '\');">';
|
||||||
|
|
||||||
if (user.ConnectUserId) {
|
if (user.ConnectUserId) {
|
||||||
html += '<div class="playedIndicator"><div class="ui-icon-cloud ui-btn-icon-notext"></div></div>';
|
html += '<div class="playedIndicator" title="' + Globalize.translate('TooltipLinkedToMediaBrowserConnect') + '"><div class="ui-icon-cloud ui-btn-icon-notext"></div></div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
html += "</div>";
|
html += "</div>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue