From 4c501821f0d57cd52c8b738d473013b993f53e46 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 19 Apr 2016 22:58:36 -0400 Subject: [PATCH] fix report icons --- dashboard-ui/scripts/reports.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/reports.js b/dashboard-ui/scripts/reports.js index 57fd58bf8b..3e00bba141 100644 --- a/dashboard-ui/scripts/reports.js +++ b/dashboard-ui/scripts/reports.js @@ -169,11 +169,11 @@ break; case "StatusImage": if (rRow.HasLockData) { - html += ''; + html += ''; } if (!rRow.HasLocalTrailer && rRow.RowType === "Movie") { - html += ''; + html += ''; } if (!rRow.HasImageTagsPrimary) {