mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07: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
@ -118,8 +118,7 @@ import confirm from '../../../components/confirm/confirm';
|
||||
deviceHtml += '</div>';
|
||||
}
|
||||
|
||||
deviceHtml += "<div class='c" +
|
||||
"ardText'>";
|
||||
deviceHtml += "<div class='cardText'>";
|
||||
deviceHtml += device.Name;
|
||||
deviceHtml += '</div>';
|
||||
deviceHtml += "<div class='cardText cardText-secondary'>";
|
||||
|
Loading…
Reference in New Issue
Block a user