summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 26485910..a56e77f3 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -243,6 +243,16 @@
</label>
<label>
+ <div class="item item-button-right">
+ Data obfuscation: {{loginData.obfuscationScheme}}<button class="button button-calm" ng-click="selectObfuscationScheme()">
+ <i class="icon ion-gear-b"></i>
+ </button>
+ </div>
+ </label>
+
+
+
+ <label>
<ion-toggle ng-model="loginData.enableLogs" toggle-class="toggle-calm">
<span class="item-text-wrap">{{'kEnableLogs' | translate}}</span>
</ion-toggle>