Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorGuillaume Dardelet <guillaumegorp@gmail.com>2017-07-21 00:54:58 +0300
committerGuillaume Dardelet <guillaumegorp@gmail.com>2017-07-21 00:54:58 +0300
commitd3a42aa3d6696fa5939dd599a77690ae73cf8bf7 (patch)
tree2cd30e542b7dd1d99749bbc6c47873294d4b06fb /html
parent33b2efe1043afa14d3570edc0681bce18cd146ab (diff)
Fix save credentials for multiple vaults
Diffstat (limited to 'html')
-rw-r--r--html/inject/password_picker.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/html/inject/password_picker.html b/html/inject/password_picker.html
index f07c29d..7ff6dc4 100644
--- a/html/inject/password_picker.html
+++ b/html/inject/password_picker.html
@@ -53,6 +53,11 @@
</div>
</span>
</div>
+ <div class="rrow">
+ <label> "Select Vault"</label>
+ <select id="savepw-vault" class="input" style="width: calc(100% - 24px) !important;%">
+ </select>
+ </div>
<small t="add_hint"></small>
<hr/>
<button class="btn btn-success" id="savepw-save" t="save"></button>
@@ -144,4 +149,4 @@
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>