diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-17 13:48:55 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-17 13:48:55 -0400 |
| commit | 7b2e633b9619909f0bd43007ee152a1e4154ef0a (patch) | |
| tree | 66f2cd6eafff165239303eb7e7ee09ea0bc1eb5c /www/templates/devoptions.html | |
| parent | 24c83d6a716f3de8c005cbfed04db3ee8f978827 (diff) | |
#250 - you can now put a min alarm count in dev settings that is honored in all (hopefully) screens
Former-commit-id: af9e73c877fc32709b6ef8b41781f5eaf7afbcd1
Diffstat (limited to 'www/templates/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 15ff0d1d..bec45385 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -103,7 +103,16 @@ </label> <br/> + </div> + + <div class="item item-input-inset"> + Minimum Alarm Count + <label class="item-input-wrapper"> + <input type="tel" placeholder="" ng-model="loginData.minAlarmCount"> + <br/> + </label> + <br/> </div> <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 5000"> |
