summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-01-29 15:34:01 -0500
committerPliable Pixels <pliablepixels@gmail.com>2020-01-29 15:34:01 -0500
commit8162b584bee77e66a4b5d253fc66c5635d14e17c (patch)
tree9db6db4bf6e1bc94197688ee6be8bd68c7affc58 /www/templates
parent148560ba1fbcbe7fb951b540eb749f9ee067808f (diff)
remove console logs, change var name
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/monitors-modal.html2
-rw-r--r--www/templates/montage.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index 88d29574..0ead585c 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -143,7 +143,7 @@
</ul>
</div>
<div ng-if="!showPTZ && displayControls" class="monitor-modal-text">{{monitorName}} &nbsp;
- <i ng-if="isStreamGood=='bad'" class="animated infinite flash ion-alert-circled assertive"></i>
+ <i ng-if="streamState=='bad'" class="animated infinite flash ion-alert-circled assertive"></i>
<span ng-style="{'background-color':stateColor()}">&nbsp;{{monStatus}}&nbsp;</span>
</div>
</div>
diff --git a/www/templates/montage.html b/www/templates/montage.html
index 02e4fd30..0a900ede 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -159,7 +159,7 @@
<span ng-if="monitor.Monitor.isStamp && isDragabillyOn">
<i class="animated infinite flash ion-pin"></i>&nbsp;</span>
- <i ng-if="monitor.Monitor.isStreamGood=='bad'" class="animated infinite flash ion-alert-circled assertive"></i>
+ <i ng-if="monitor.Monitor.streamState=='bad'" class="animated infinite flash ion-alert-circled assertive"></i>
<i class="ion-ios-videocam"></i>&nbsp; {{monitor.Monitor.Name}}&nbsp;
</figcaption>