summaryrefslogtreecommitdiff
path: root/www/templates/montage-history.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-11-24 15:25:35 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-11-24 15:25:35 -0500
commitddbdd88eb982cc29ada22d4304e0f2f6cb786658 (patch)
tree93f16ea4131d079a6ca7fd42ec1717a27682293c /www/templates/montage-history.html
parentaed448120b79f19faa8f28343bcc80c819f9139c (diff)
image cleanup
Diffstat (limited to 'www/templates/montage-history.html')
-rw-r--r--www/templates/montage-history.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html
index 6f67ad7f..629c31ae 100644
--- a/www/templates/montage-history.html
+++ b/www/templates/montage-history.html
@@ -24,7 +24,7 @@
<span ng-repeat="monitor in MontageMonitors | onlyEnabledAndEventHas |limitTo: currentLimit">
- <div ng-if="monitor.Monitor.eventUrl != 'img/noevent.png' && monitor.Monitor.connKey !=''">
+ <div ng-if="monitor.Monitor.eventUrl != 'img/noimage.png' && monitor.Monitor.connKey !=''">
<div class="grid-item grid-item-{{monitor.Monitor.gridScale}} " data-item-id="{{monitor.Monitor.Id}}"
data-item-size="{{monitor.Monitor.gridScale}}" data-item-listdisplay="{{monitor.Monitor.listDisplay}}">
<figure height="{{Monitor.monitor.height}}" width="{{Monitor.monitor.width}}" class="{{dragBorder}}" ng-if=" monitor.Monitor.listDisplay!='noshow'">
@@ -70,7 +70,7 @@
<!-- valid auth session &!background -->
<!--<div ng-if="!$root.authSession=='undefined' || isBackground()">
- <img image-spinner-src="img/pausevideo.png" />
+ <img image-spinner-src="img/noimage.png" />
</div>-->
</span>
</div>