mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/controllers/dashboard/devices/devices.js
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
2ce673912c
commit
067ddba5ba
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ import confirm from '../../../components/confirm/confirm';
|
||||||
deviceHtml += '</div>';
|
deviceHtml += '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
deviceHtml += "<div class='c" +
|
deviceHtml += "<div class='cardText'>";
|
||||||
"ardText'>";
|
|
||||||
deviceHtml += device.Name;
|
deviceHtml += device.Name;
|
||||||
deviceHtml += '</div>';
|
deviceHtml += '</div>';
|
||||||
deviceHtml += "<div class='cardText cardText-secondary'>";
|
deviceHtml += "<div class='cardText cardText-secondary'>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue