summaryrefslogtreecommitdiff
path: root/www/templates/montage.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-09 16:59:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-09 16:59:37 -0400
commitb2c25c351e17ffdca9d26e1b8396c911db14db20 (patch)
tree665e4ef4906301874aab5aa7df5df2092ed433b8 /www/templates/montage.html
parent8545d9ea546b9459245e3aaa83b12bc09e30b408 (diff)
#321 - add ability to automatically switch based on network connection
Former-commit-id: bad04bbef6839c949aad05fb34eee61c64947070
Diffstat (limited to 'www/templates/montage.html')
-rw-r--r--www/templates/montage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html
index 4ce29ab3..9e0be000 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -91,7 +91,7 @@
<figcaption id="slowpulse" ng-class="monitor.Monitor.isAlarmed==true?'alarmed-figcaption animated infinite flash':'normal-figcaption'" >
&nbsp;<i class="ion-ios-videocam"></i>
- {{monitor.Monitor.Name}}&nbsp;<i style="{{monitor.Monitor.alarmState}}" class="ion-record"></i>&nbsp;
+ {{monitor.Monitor.Name}}&nbsp;<i ng-if="$root.runMode!='lowbw'" style="{{monitor.Monitor.alarmState}}" class="ion-record"></i>&nbsp;
</figcaption>