summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 2c793e36..0c7133f1 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -63,6 +63,14 @@
<div style="width:90%">
<input ng-model="ionRange.index" type="text" id="mySlider2" slider options="slider_modal_options" />
</div>
+
+
+ </div>
+
+ <span class="event-modal-alarm-badge">
+ <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon button-clear ion-ios-bell notification-badge"
+ ng-click="handleAlarms();" ng-if="$root.isAlarm" ></a>
+ </span>
<!--
<nav mfb-menu position="bl" effect="zoomin" label="collapse"
@@ -92,4 +100,3 @@
class="eventprogress"></progress>
-->
-</div>