1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update reports

This commit is contained in:
Luke Pulverenti 2016-07-15 15:54:34 -04:00
parent 8725cad45e
commit 9254ff721d
3 changed files with 22 additions and 14 deletions

View file

@ -131,7 +131,7 @@
break;
case "LockDataImage":
if (rRow.HasLockData) {
html += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
html += '<i class="md-icon">lock</i>';
}
break;
case "TagsPrimaryImage":
@ -169,11 +169,11 @@
break;
case "StatusImage":
if (rRow.HasLockData) {
html += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
html += '<i class="md-icon">lock</i>';
}
if (!rRow.HasLocalTrailer && rRow.RowType === "Movie") {
html += '<iron-icon icon="videocam" title="Missing local trailer." style="height:18px"></iron-icon>';
html += '<i title="Missing local trailer." class="md-icon">videocam</i>';
}
if (!rRow.HasImageTagsPrimary) {