summaryrefslogtreecommitdiff
path: root/www/templates/monitors-modal.html
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/monitors-modal.html
parent148560ba1fbcbe7fb951b540eb749f9ee067808f (diff)
remove console logs, change var name
Diffstat (limited to 'www/templates/monitors-modal.html')
-rw-r--r--www/templates/monitors-modal.html2
1 files changed, 1 insertions, 1 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>