fix report icons

This commit is contained in:
Luke Pulverenti 2016-04-19 22:58:36 -04:00
parent 68e52931ce
commit 4c501821f0

View File

@ -169,11 +169,11 @@
break;
case "StatusImage":
if (rRow.HasLockData) {
html += '<img src="css/images/editor/lock.png" style="width:18px"/>';
html += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
}
if (!rRow.HasLocalTrailer && rRow.RowType === "Movie") {
html += '<img src="css/images/editor/missingtrailer.png" title="Missing local trailer." style="width:18px"/>';
html += '<iron-icon icon="videocam" title="Missing local trailer." style="height:18px"></iron-icon>';
}
if (!rRow.HasImageTagsPrimary) {