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>2017-02-21 14:31:44 +0300
committerbrantje <brantje@gmail.com>2017-02-22 20:02:55 +0300
commit33d1a5db0144e95a79b81e502efeea06e05b6df9 (patch)
treeac9df1ca4ebb152b489b77a3026c74e51807cce3 /templates/views/vaults.html
parenta84fbf58954f501920ff68315edaa53426c4c064 (diff)
Small fixes
Diffstat (limited to 'templates/views/vaults.html')
-rw-r--r--templates/views/vaults.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/vaults.html b/templates/views/vaults.html
index 7259f638..cb04daa1 100644
--- a/templates/views/vaults.html
+++ b/templates/views/vaults.html
@@ -130,7 +130,7 @@
</div>
<div class="alert alert-danger" ng-show="vault_tries[list_selected_vault.guid].timeout !== 0" translate="vault.locked" translate-value-tries="{{ vault_tries[list_selected_vault.guid].tries }}" translate-value-time="{{ vault_tries[list_selected_vault.guid].timeout | toHHMMSS }}"></div>
- <button class="button button-geen" click-disable
+ <button class="button button-geen"
ng-click="loginToVault(list_selected_vault, vault_key)" ng-disabled="vault_tries[list_selected_vault.guid].timeout !== 0">
{{ 'vault.decrypt' | translate}}
</button>