mirror of
https://github.com/bitwarden/web
synced 2025-12-12 06:13:28 +00:00
combine import/export
This commit is contained in:
@@ -7,24 +7,17 @@
|
|||||||
<section class="content">
|
<section class="content">
|
||||||
<div class="box box-default">
|
<div class="box box-default">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title">Import</h3>
|
<h3 class="box-title">Import/Export</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
Quickly import your logins and other data from a previous bitwarden export or from another
|
<p>
|
||||||
password manager application.
|
Quickly import your logins and other data from a previous export or from another
|
||||||
|
password management application.
|
||||||
|
</p>
|
||||||
|
<p>You can also export all of your vault data in <code>.csv</code> format.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<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="import()">Import Data</button>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="box box-default">
|
|
||||||
<div class="box-header with-border">
|
|
||||||
<h3 class="box-title">Export</h3>
|
|
||||||
</div>
|
|
||||||
<div class="box-body">
|
|
||||||
Export all of your vault data in <code>.csv</code> format.
|
|
||||||
</div>
|
|
||||||
<div class="box-footer">
|
|
||||||
<button class="btn btn-default btn-flat" type="button" ng-click="export()">Export Data</button>
|
<button class="btn btn-default btn-flat" type="button" ng-click="export()">Export Data</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user