summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 20:05:33 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 20:07:10 +0200
commita1b27184596b5c48407d33d644afa88965496b80 (patch)
treeebd35a0322e47dede67f4d856fdc5629a57494fa /templates
parent7f495d9644695318e550aac6759c72b117ebd0d9 (diff)
Flow design and fixes
Show percentage Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/importScreen.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/importScreen.html b/templates/importScreen.html
index b95df39c..895882e1 100644
--- a/templates/importScreen.html
+++ b/templates/importScreen.html
@@ -1,6 +1,7 @@
<div id="importscreen-wrapper" ng-show="ctrl.importing">
<div id="importscreen-content">
<h3 id="importscreen-title">{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}</h3>
+ <span id="importscreen-percent">{{ctrl.importPercent}} %</span>
<progress id="importscreen-progress" max="100" value="{{ctrl.importPercent}}"></progress>
</div>
</div>