Skip to content

Commit

Permalink
Fixes jdorn#79 The progress bar is not working while the report is be…
Browse files Browse the repository at this point in the history
…ing generated
  • Loading branch information
uded committed Sep 5, 2013
1 parent d89b1e5 commit fa73568
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/default/html/report_ajax_loading.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
{% endif %}
{% endif %}
</div>
<div class='progress progress-info progress-striped active' style='width: 300px; margin: 20px auto 0;'>
<div class='bar' style='width: 100%;'></div>
<div class="progress progress-striped active" style="width: 50%; margin: 20px auto 0;">
<div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
<span class="sr-only">Working</span>
</div>
</div>
</div>
<script>
Expand Down

0 comments on commit fa73568

Please sign in to comment.