summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-04 11:31:09 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-04 11:31:09 -0400
commitc76e9d5c78e0cd48f938218dc97fb67e7bcac51d (patch)
tree78832a6e30e9c41b48e51bf9b4690884d5c67f9d /www/templates/login.html
parent21bc78c65d0a8b852e88f3e464b4d6fcf2bc96fd (diff)
Created new screen for developer options, removed simulation mode (its practically useless)
Diffstat (limited to 'www/templates/login.html')
-rw-r--r--www/templates/login.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index d5537641..3c074c99 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -27,19 +27,6 @@
<input autocapitalize="none" type="text" placeholder="ZM Api URL" ng-model="loginData.apiurl">
</label>
</div>
- <span style="color:rgb(100,100,100)"><i class="ion-android-settings" style="font-size:150%"></i> Developer Options</span>
- <ion-toggle ng-model="loginData.simulationMode" ng-checked={{loginData.simulationMode}} toggle-class="toggle-energized">Simulation Mode</ion-toggle>
- <div class="item item-input-inset">
- Max Monitors in Montage&nbsp;
- <label class="item-input-wrapper">
- <input type="tel" placeholder="be careful" ng-model="loginData.maxMontage">
- </label>
-
-
-
- </div>
- <button class="button button-block button-balanced icon ion-locked" ng-click="login()"> Save</button>
-
</ion-content>
</ion-view>