summaryrefslogtreecommitdiff
path: root/www/templates/events.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/events.html')
-rw-r--r--www/templates/events.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index 16cd4dd8..cf5a0a03 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -145,11 +145,19 @@
<br/><br/>
<div style="height:190px;">
- <p>scroll <i class="icon ion-arrow-left-c"></i>
- <i class="icon ion-arrow-right-c"></i></p>
+ <p>
+ <!--scroll <i class="icon ion-arrow-left-c"></i>
+ <i class="icon ion-arrow-right-c"></i>-->
+
+ <button ng-click="toggleTypeOfAlarms()" class="button button-small button-assertive">
+ {{'kType' | translate}}:{{typeOfFrames}}
+ </button>
+ </p>
+
+
<ion-scroll direction="x" overflow-scroll="false">
- <span ng-repeat="alarm in alarm_images">
+ <span ng-repeat="alarm in alarm_images | selectFrames: typeOfFrames">
<figure class = "animated slideInLeft" style="display:inline-block">
<!--{{event.Event.baseURL}} p:{{event.Event.imageMode}}-->