diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/menu.html | 2 | ||||
| -rw-r--r-- | www/templates/state.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/menu.html b/www/templates/menu.html index 0d91205f..b9cf92c3 100644 --- a/www/templates/menu.html +++ b/www/templates/menu.html @@ -72,7 +72,7 @@ </ion-item> <!--<ion-item ng-click="navigateView('app.state')" menu-close>--> - <ion-item id="menu-move-7" href="#/app/state" ng-click="go('/app/state')"> + <ion-item id="testaut_menu_state" href="#/app/state" ng-click="go('/app/state')"> <span class=" item-icon-left"> <i class="icon ion-information-circled"></i> </span> {{'kMenuSystemStatus'|translate}} diff --git a/www/templates/state.html b/www/templates/state.html index b534b693..bdad22d0 100644 --- a/www/templates/state.html +++ b/www/templates/state.html @@ -13,7 +13,7 @@ <div class="row"> <div class="col text-center"> <a class="button button-small button-outline button-dark " ng-click="selectCustomState();" href="">{{'kChangeState'|translate}}</a> - <a class="button button-small button-outline button-dark " ng-click="controlZM('restart');" href="">{{'kRestart' + <a id="testaut_state_restart_button" class="button button-small button-outline button-dark " ng-click="controlZM('restart');" href="">{{'kRestart' | translate}}</a> <a class="button button-small button-outline button-dark" href="" ng-click="controlZM('stop');">{{'kStop' | translate}}</a> |
