mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
UI: Fix progress bar not appearing
- Fixed a wrong CSS class name Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
2ea575806d
commit
41641491bb
@ -100,7 +100,7 @@
|
|||||||
Installing {{ package_names }}: {{ status }}
|
Installing {{ package_names }}: {{ status }}
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</div>
|
</div>
|
||||||
<div class="install-state-progress">
|
<div class="progress">
|
||||||
<div class="progress-bar progress-bar-striped active"
|
<div class="progress-bar progress-bar-striped active"
|
||||||
role="progressbar" aria-valuemin="0" aria-valuemax="100"
|
role="progressbar" aria-valuemin="0" aria-valuemax="100"
|
||||||
aria-valuenow="{{ transaction.percentage }}"
|
aria-valuenow="{{ transaction.percentage }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user