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

8 lines
316 B

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