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 14:56:17 +0300
committerbrantje <brantje@gmail.com>2016-10-07 14:56:17 +0300
commit0326a60069e0149b1348af8db9247e5a1c92f311 (patch)
tree3e7e4539f1dac975db62b6d7ff98277c7a5d01ab /templates
parent0304fdfd66001d08cad02cd314fd238c4ca5f030 (diff)
Fixed title bar
Diffstat (limited to 'templates')
-rw-r--r--templates/views/show_vault.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html
index 6feb87ce..6fe52ca5 100644
--- a/templates/views/show_vault.html
+++ b/templates/views/show_vault.html
@@ -19,6 +19,9 @@
<span ng-click="addCredential()" class="button new">
<span >+</span></span>
</div>
+ <div class="title" ng-show="filtered_credentials.length > 0">
+ Showing {{filtered_credentials.length}} of {{active_vault.credentials.length - 1}} credentials
+ </div>
<div class="searchboxContainer">
<input type="text" ng-model="filterOptions.filterText" class="searchbox"
placeholder="Search credential..." select-on-click>