diff options
Diffstat (limited to 'www/templates/state.html')
| -rw-r--r-- | www/templates/state.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
