mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Update 2016-10-13T04:07:08.988Z
This commit is contained in:
@@ -7,8 +7,10 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="source">Source</label>
|
<label for="source">Source</label>
|
||||||
<select id="source" name="source" class="form-control" ng-model="model.source">
|
<select id="source" name="source" class="form-control" ng-model="model.source">
|
||||||
<option value="local">bitwarden</option>
|
<option value="local">bitwarden (csv)</option>
|
||||||
<option value="lastpass">LastPass</option>
|
<option value="lastpass">LastPass (csv)</option>
|
||||||
|
<option value="safeincloudcsv">SafeInCloud (csv)</option>
|
||||||
|
<option value="keypassxml">KeyPass (xml)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
@@ -113,7 +113,8 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="header">
|
<li class="header">
|
||||||
MOBILE APPS<small class="label pull-right bg-green">FREE</small>
|
<small class="label pull-right bg-green">FREE</small>
|
||||||
|
MOBILE APPS
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://itunes.apple.com/us/app/bitwarden-free-password-manager/id1137397744?mt=8"
|
<a href="https://itunes.apple.com/us/app/bitwarden-free-password-manager/id1137397744?mt=8"
|
||||||
@@ -128,7 +129,8 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="header">
|
<li class="header">
|
||||||
BROWSER EXTENSIONS <small class="label pull-right bg-green">FREE</small>
|
<small class="label pull-right bg-green">FREE</small>
|
||||||
|
BROWSER EXTENSIONS
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb"
|
<a href="https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb"
|
||||||
@@ -139,22 +141,22 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="javascript:void(0)"
|
<a href="javascript:void(0)"
|
||||||
target="_blank" analytics-on="click" analytics-event="Clicked Firefox">
|
target="_blank" analytics-on="click" analytics-event="Clicked Firefox">
|
||||||
<i class="fa fa-firefox"></i> <span>Firefox</span>
|
|
||||||
<small class="label pull-right bg-gray">coming very soon</small>
|
<small class="label pull-right bg-gray">coming very soon</small>
|
||||||
|
<i class="fa fa-firefox"></i> <span>Firefox</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:void(0)"
|
<a href="javascript:void(0)"
|
||||||
target="_blank" analytics-on="click" analytics-event="Clicked Opera">
|
target="_blank" analytics-on="click" analytics-event="Clicked Opera">
|
||||||
<i class="fa fa-opera"></i> <span>Opera</span>
|
|
||||||
<small class="label pull-right bg-gray">coming very soon</small>
|
<small class="label pull-right bg-gray">coming very soon</small>
|
||||||
|
<i class="fa fa-opera"></i> <span>Opera</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:void(0)"
|
<a href="javascript:void(0)"
|
||||||
target="_blank" analytics-on="click" analytics-event="Clicked Edge">
|
target="_blank" analytics-on="click" analytics-event="Clicked Edge">
|
||||||
<i class="fa fa-edge"></i> <span>Edge</span>
|
|
||||||
<small class="label pull-right bg-gray">coming soon</small>
|
<small class="label pull-right bg-gray">coming soon</small>
|
||||||
|
<i class="fa fa-edge"></i> <span>Edge</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
4
js/app.min.js
vendored
4
js/app.min.js
vendored
File diff suppressed because one or more lines are too long
2
js/lib.min.js
vendored
2
js/lib.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user