mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-31 08:20:37 +01:00
combine import/export
This commit is contained in:
parent
2420375d56
commit
aa4f360f59
@ -7,24 +7,17 @@
|
||||
<section class="content">
|
||||
<div class="box box-default">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Import</h3>
|
||||
<h3 class="box-title">Import/Export</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
Quickly import your logins and other data from a previous bitwarden export or from another
|
||||
password manager application.
|
||||
<p>
|
||||
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 class="box-footer">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user