only show the task weight to two decimal places
This commit is contained in:
parent
f100121dda
commit
810d546b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@
|
|||
<th>Priority</th><td>$task.priority</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Weight</th><td>$task.weight</td>
|
||||
<th>Weight</th><td>#echo '%.2f' % $task.weight#</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Result</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue