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/frontend/app/components/wp-table/wp-td/wp-td.directive.html

11 lines
321 B

<span ng-switch="vm.displayType" wp-field="vm.workPackage" field-name="vm.attribute">
<progress-bar ng-switch-when="Percent"
progress="vm.displayText"
width="80px">
</progress-bar>
<span ng-switch-default
title="{{ vm.displayText }}">
{{ vm.displayText }}
</span>
</span>