summaryrefslogtreecommitdiff
path: root/www/templates/devoptions.html
diff options
context:
space:
mode:
authorlucas_nz <lucas_nz@outlook.com>2020-09-05 11:41:25 +1200
committerlucas_nz <lucas_nz@outlook.com>2020-09-05 11:41:25 +1200
commit1139b026aedbc609189a5b3cb7ef446e1ceec09d (patch)
tree544f5a45be850d069ee6440274eb5a5a6b0cb00c /www/templates/devoptions.html
parent2f565924960a7487ecc75d504bf2c7b0d4586580 (diff)
select event view thumbnails type, replaces enableThumbs in dev options.
Enables selection of different thumbnail types. If gif is selected limit the number of events returned to 5 to improve load time.
Diffstat (limited to 'www/templates/devoptions.html')
-rw-r--r--www/templates/devoptions.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 435c4c40..00361460 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -189,12 +189,13 @@
</ion-toggle>
</label>
-
<label>
- <ion-toggle ng-model="loginData.enableThumbs" toggle-class="toggle-calm">
- <span class="item-text-wrap">{{'kEnableThumbs' | translate}}
- </span>
- </ion-toggle>
+ <div class="item item-button-right">
+ {{'kEnableThumbs' | translate}}: <button class="button button-calm" ng-click="selectEventViewThumbs()">
+ <i class="icon ion-gear-b"></i>
+ </button>
+ <p>{{loginData.eventViewThumbs}}</p>
+ </div>
</label>
<label>