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:
Diffstat (limited to 'templates/views/partials/forms/edit_credential/files.html')
-rw-r--r--templates/views/partials/forms/edit_credential/files.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/views/partials/forms/edit_credential/files.html b/templates/views/partials/forms/edit_credential/files.html
index b50c34d9..7f9281e8 100644
--- a/templates/views/partials/forms/edit_credential/files.html
+++ b/templates/views/partials/forms/edit_credential/files.html
@@ -10,7 +10,7 @@
<div class="row files" ng-if="storedCredential.files.length > 0">
<div class="col-xs-12 table">
<table>
- <thead use-theme>
+ <thead>
<tr>
<th class="field_label">{{ 'file.name' | translate }}</th>
<th class="field_value">{{ 'upload.date' | translate}}</th>
@@ -32,4 +32,4 @@
</tr>
</table>
</div>
-</div> \ No newline at end of file
+</div>