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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 19:03:52 +0300
committerbrantje <brantje@gmail.com>2016-10-07 19:03:52 +0300
commit2b6e9c331ce51ee92422af771ec1ad06b193588b (patch)
tree643d6ba34525d3c08fd4ff16efc9a16d3fbd76db /templates
parentd30400595ae75ae2d149e78d8a9d457911ef47e3 (diff)
parent10510f0915b9069973132c63d51c28f1760fa413 (diff)
Merge branch 'master' of github.com:nextcloud/passman
Diffstat (limited to 'templates')
-rw-r--r--templates/views/show_vault.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html
index 6fe52ca5..5aa27625 100644
--- a/templates/views/show_vault.html
+++ b/templates/views/show_vault.html
@@ -132,7 +132,7 @@
</div>
<div class="row" ng-repeat="field in selectedCredential.custom_fields">
- <div class="col-xs-4 col-md-3 col-lg-3">{{field}}</div>
+ <div class="col-xs-4 col-md-3 col-lg-3">{{field.label}}</div>
<div class="col-xs-8 col-md-9 col-lg-9"><span credential-field value="field.value"
secret="field.secret"></span></div>
</div>