summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-20 17:20:25 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-20 17:20:25 -0500
commitbf239e006e52349861a62dab2e2cdf2c5c484f58 (patch)
tree37e058aa0c40da78e94c748f36ef9f0b03b730a2 /www/templates
parent8454b1836c03d70c2591b2e42d5ca28be7528a96 (diff)
#104 - configurable timeline items
Former-commit-id: 2aae9b3abc8f5498490768c4f027d5ac5b9ebdd2
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 45140428..c60e13f0 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -41,7 +41,7 @@
-->
<div class="item item-input-inset">
- Montage event scale(%)&nbsp;
+ Montage image scale(%)&nbsp;
<label class="item-input-wrapper">
<input type="tel" placeholder="max is 70" ng-model="loginData.montageQuality">
</label>
@@ -54,6 +54,25 @@
</label>
</div>
+ <div class="item item-input-inset">
+ Max. items for Timeline&nbsp;
+ <label class="item-input-wrapper">
+ <input type="tel" placeholder="200" ng-model="loginData.graphSize">
+ <br/>
+
+ </label>
+ <br/>
+
+ </div>
+
+ <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 400">
+ <label class="animated fadeInDown item-text-wrap" >
+
+ A value larger than 200 for mobile devices and 500 for desktops can affect timeline performance.
+
+ </label>
+ </div>
+
<label>
<ion-toggle ng-model="loginData.enableDebug"
ng-checked="{{loginData.enableDebug}}"