summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
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>