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:
authorfnuesse <felix.nuesse@t-online.de>2019-01-12 01:29:34 +0300
committerfnuesse <felix.nuesse@t-online.de>2019-01-12 01:29:34 +0300
commit78fcc587758df069dfe7e3c10196567588c04a67 (patch)
treee5c41801c7056ee9f64ed2b9f0ff7a1a9ef53eb5 /templates
parent216c8ff8b55aa6ec2bddcfb82efcb8acd8afa66b (diff)
only show url-button on url-field
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/views/partials/credential_template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/partials/credential_template.html b/templates/views/partials/credential_template.html
index 3c381f4a..289e64a8 100644
--- a/templates/views/partials/credential_template.html
+++ b/templates/views/partials/credential_template.html
@@ -39,7 +39,7 @@
<div class="row" ng-show="credential.url">
<div class="col-xs-4 col-md-3 col-lg-3">{{ 'url' | translate}}</div>
<div class="col-xs-8 col-md-9 col-lg-9">
- <span credential-field value="credential.url"></span>
+ <span credential-field value="credential.url" url="true"></span>
</div>
</div>