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:39 +0300
committerbrantje <brantje@gmail.com>2016-10-07 19:03:39 +0300
commitd30400595ae75ae2d149e78d8a9d457911ef47e3 (patch)
treef7ca1d1468269195297db89991c762fbc71c8eb8 /templates
parent4f12b4f8df34ba61ed5d3fd3ab2fb6000b0c0f5a (diff)
More feedback during changing password
Diffstat (limited to 'templates')
-rw-r--r--templates/views/partials/forms/settings/general_settings.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/views/partials/forms/settings/general_settings.html b/templates/views/partials/forms/settings/general_settings.html
index 437215c6..2cbf5248 100644
--- a/templates/views/partials/forms/settings/general_settings.html
+++ b/templates/views/partials/forms/settings/general_settings.html
@@ -27,6 +27,9 @@
</button>
<div ng-show="change_pw.total > 0">
Please wait you vault is being updated, do not leave this page.<br />
+ Processing {{cur_state.process}}
+ <div progress-bar="cur_state.calculated" index="cur_state.current" total="cur_state.total"></div>
+ Total progress
<div progress-bar="change_pw.percent" index="change_pw.done" total="change_pw.total"></div>
</div>