diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-14 12:22:53 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-14 12:22:53 -0400 |
| commit | 91da4b8a12e7fb3dbc0183197a209a524abd851b (patch) | |
| tree | 46ee35674f7c1817f105b186b9dbb340ef77e022 /www/templates/devoptions.html | |
| parent | c6c23b69ec85b0668e03c9fef95923b2b124ca1b (diff) | |
initial framework code for tv navigation
Diffstat (limited to 'www/templates/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index e81e536f..80a1d80a 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -1,12 +1,12 @@ <ion-view view-title="{{'kDevOptions' | translate}}"> <ion-nav-buttons side="left"> - <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> + <button id="devoptions-move-1" class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" ng-click="handleAlarms();" ng-if="$root.isAlarm"></button> </ion-nav-buttons> <ion-nav-buttons side="right"> - <button class="button button-clear" ng-click="saveDevOptions()">{{'kSave' | translate}}</button> + <button id="devoptions-move-2" class="button button-clear" ng-click="saveDevOptions()">{{'kSave' | translate}}</button> </ion-nav-buttons> <ion-content delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll> <div class="list list-inset"> @@ -16,11 +16,11 @@ <div class="item item-input-inset"> {{'kFrameUpdate'|translate}} ({{'kSec'|translate}}.) <label class="item-input-wrapper"> - <input type="tel" placeholder="min is 1s" ng-model="loginData.refreshSec"> + <input id="devoptions-move-3" type="tel" placeholder="min is 1s" ng-model="loginData.refreshSec"> </label> </div> <label> - <ion-toggle ng-model="loginData.use24hr" toggle-class="toggle-calm"> + <ion-toggle id="devoptions-move-4" ng-model="loginData.use24hr" toggle-class="toggle-calm"> <span class="item-text-wrap">{{'kEnable24hr' | translate}}</span> </ion-toggle> </label> |
