summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-14 16:41:38 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-14 16:41:38 +0200
commit0b0a0f8f2a847c1c1b7aad6f799e2f08a4090cdc (patch)
tree2c79dc92c2f4d4ffc245bf7886565734d5d373dc /templates
parent8af6f8882570f72d8ecf7b342db7afc9ebe1d165 (diff)
percent under progress bar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/importScreen.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/importScreen.html b/templates/importScreen.html
index d71ed1f2..f22fa2c1 100644
--- a/templates/importScreen.html
+++ b/templates/importScreen.html
@@ -1,8 +1,8 @@
<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>
<span id="importscreen-user">{{ctrl.importedUser}}</span>
+ <span id="importscreen-percent">{{ctrl.importPercent}} %</span>
</div>
</div>