OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/public/templates/components/progress_bar.html

7 lines
357 B

<span>
<span ng-style="{width: width}" class="progress-bar">
<span ng-style="{width: progressInPercent + '%'}" class="inner-progress closed"></span>
<span style="width: 0%" class="inner-progress done"></span>
</span>
<span class="progress-bar-legend">{{ I18n.t('js.label_total_progress', { percent: progressInPercent || 0 }) }}</span>
</span>