diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-02-21 15:44:07 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-02-21 15:44:07 -0500 |
| commit | b32d3a42b4f7a66c72af887ba88d30b64b8f175c (patch) | |
| tree | 7c1f3d9bf0bb799f6efb5fec9f073ee8a2d8d84d /www/templates/devoptions.html | |
| parent | 376e3136f2cfa45c31027cd569b7b767dc764cea (diff) | |
various updates
Former-commit-id: 856f39b345da94a05658a5e5c1b749cacc9203b3
Diffstat (limited to 'www/templates/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 2ae803fb..4bc0bda0 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -68,13 +68,20 @@ </div> <div class="item item-input-inset"> - Event image scale(%) + Event single image scale(%) <label class="item-input-wrapper"> <input type="tel" placeholder="" ng-model="loginData.singleImageQuality"> </label> </div> <div class="item item-input-inset"> + Event Montage image scale(%) + <label class="item-input-wrapper"> + <input type="tel" placeholder="" ng-model="loginData.montageHistoryQuality"> + </label> + </div> + + <div class="item item-input-inset"> Max. items for Timeline <label class="item-input-wrapper"> <input type="tel" placeholder="" ng-model="loginData.graphSize"> |
