keymanager, syncmanager
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
.panel.panel-default.account-panel.panel-right.account-data-menu
|
||||
.panel-body
|
||||
.account-items
|
||||
%section.account-item
|
||||
%h3{"ng-click" => "showSN = !showSN"} Standard Notes Account
|
||||
%account-vendor-account-section{"ng-if" => "showSN"}
|
||||
|
||||
%section.account-item
|
||||
%h3{"ng-click" => "showSync = !showSync"} Sync Providers
|
||||
%account-sync-section{"ng-if" => "showSync"}
|
||||
|
||||
%section.account-item
|
||||
%h3{"ng-click" => "showKeys = !showKeys"} Encryption Keys
|
||||
%account-keys-section{"ng-if" => "showKeys"}
|
||||
|
||||
%section.account-item
|
||||
%h3{"ng-click" => "showIO = !showIO"} Import/Export
|
||||
%import-export-menu{"ng-if" => "showIO"}
|
||||
Reference in New Issue
Block a user