diff options
| author | = <=> | 2019-03-11 13:07:08 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-11 13:07:08 -0400 |
| commit | f43e99defd7b484d161c904772e7241c95379d0a (patch) | |
| tree | 18d3f8a9dc85a8777453d64a7890b50159eb5262 /www/templates/state.html | |
| parent | 5973dc639ce9d1dfda927562683d6a3d09760653 (diff) | |
state restart, more options, better click item resiliency #791
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> |
