diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-07 16:53:49 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-07 16:53:49 -0400 |
| commit | d093aa7ff439c56a309e1778ecb66b7b13480c73 (patch) | |
| tree | bcad50ea4a9f01b7cf27ee8837aa975d87564858 /www/templates/devoptions.html | |
| parent | 7805e0799dea82116fa39d4e5f4771111840142c (diff) | |
#321 - initial code - needs cleanup and better structure. Values are littered around at the moment
Former-commit-id: a5913367e5075e9b3e6eba774798d281decd4ffb
Diffstat (limited to 'www/templates/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 4e6e1a7c..a2bf0e8c 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -78,6 +78,13 @@ <input type="tel" placeholder="" ng-model="loginData.singleImageQuality"> </label> </div> + + <div class="item item-input-inset"> + {{'kMonitorSingleImageScale' | translate}}(%) + <label class="item-input-wrapper"> + <input type="tel" placeholder="" ng-model="loginData.monSingleImageQuality"> + </label> + </div> <!--<div class="item item-input-inset"> {{'kResumeDelay' | translate}}(ms) |
