summaryrefslogtreecommitdiff
path: root/www/templates/state.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/state.html')
-rw-r--r--www/templates/state.html30
1 files changed, 14 insertions, 16 deletions
diff --git a/www/templates/state.html b/www/templates/state.html
index 599868b7..653d9a71 100644
--- a/www/templates/state.html
+++ b/www/templates/state.html
@@ -3,13 +3,10 @@
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
</ion-nav-buttons>
-
-
<ion-content>
- <ion-refresher pulling-text="Pull to reload data..." spinner="bubbles" on-refresh="doRefresh()"></ion-refresher>
+ <ion-refresher pulling-text="Pull to reload data..."
+ spinner="bubbles" on-refresh="doRefresh()"></ion-refresher>
<ion-list>
-
- <!-- <a href="#/app/events" ng-click="toggleLeft()"> -->
<ion-item>
<div class="row">
<div class="col col-10">
@@ -55,24 +52,25 @@
</ion-item>
<ion-item>
- <button class="button button-full {{dangerButtonColor[showDanger?1:0]}}" ng-click="showDanger=!showDanger">
+ <button class="button button-full {{dangerButtonColor[showDanger?1:0]}}"
+ ng-click="showDanger=!showDanger">
<i class="ion-alert-circled" "style:font-size:300%;"></i> {{dangerText[showDanger?1:0]}}
</button>
<div ng-show="showDanger" >
-
<div class="row">
- <div class="col text-center">
- <a class="button button-small button-outline button-dark " ng-click="selectCustomState();" href="">Change State</a>
- <a class="button button-small button-outline button-dark " ng-click="controlZM('restart');" href="">Restart</a>
- <a class="button button-small button-outline button-dark" href="" ng-click="controlZM('stop');">Stop</a>
- <a class="button button-small button-outline button-dark" ng-click="controlZM('start');" href="">Start</a>
- </div></div>
+ <div class="col text-center">
+ <a class="button button-small button-outline button-dark "
+ ng-click="selectCustomState();" href="">Change State</a>
+ <a class="button button-small button-outline button-dark "
+ ng-click="controlZM('restart');" href="">Restart</a>
+ <a class="button button-small button-outline button-dark"
+ href="" ng-click="controlZM('stop');">Stop</a>
+ <a class="button button-small button-outline button-dark" ng-click="controlZM('start');" href="">Start</a>
+ </div>
+ </div>
</div>
</ion-item>
-
-
-
</ion-list>
</ion-content>
</ion-view>