1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 11:33:44 +00:00

Update 2017-09-13T02:47:38.732Z

This commit is contained in:
Kyle Spearrin
2017-09-12 22:47:43 -04:00
parent 5da4e8627d
commit 7cb53e372e
8 changed files with 29 additions and 13 deletions

View File

@@ -49,6 +49,21 @@
</div>
</form>
</div>
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title">Import/Export</h3>
</div>
<div class="box-body">
<p>
Quickly import logins, collections, and other data. You can also export all of your organization's
vault data in <code>.csv</code> format.
</p>
</div>
<div class="box-footer">
<button class="btn btn-default btn-flat" type="button" ng-click="import()">Import Data</button>
<button class="btn btn-default btn-flat" type="button" ng-click="export()">Export Data</button>
</div>
</div>
<div class="box box-danger">
<div class="box-header with-border">
<h3 class="box-title">Danger Zone</h3>