Skip to content

Commit

Permalink
add status of progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
eroamane authored May 22, 2020
1 parent 46eef96 commit 0f4cc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h2>Settings</h2>
</div>
</div>
<div class="right-area">
<div class="progress">
<div class="progress {{progressStatus}}">
<div class="bar" style="width: {{progress}}%">{{progress}}%</div>
</div>
<div class="progress-info">
Expand Down Expand Up @@ -299,7 +299,7 @@ <h2>Settings</h2>
{{#uploadLength}}<span>(up {{#_v.format_size}}{{uploadLength}}{{/_v.format_size}})</span>{{/uploadLength}}
</div>
<div class="pull-right">
<div class="progress">
<div class="progress {{progressStatus}}">
<div class="bar" style="width: {{progress}}%">{{progress}}%</div>
</div>
</div>
Expand Down

0 comments on commit 0f4cc7a

Please sign in to comment.