Display two decimal points for the task load in hosts page
This commit is contained in:
parent
9f0583f797
commit
b178d6b36c
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ in $channel channel
|
|||
</td>
|
||||
<td class="$str($bool($host.enabled)).lower()">#if $host.enabled then $util.imageTag('yes') else $util.imageTag('no')#</td>
|
||||
<td class="$str($bool($host.ready)).lower()">#if $host.ready then $util.imageTag('yes') else $util.imageTag('no')#</td>
|
||||
<td>$host.task_load</td>
|
||||
<td>#echo '%.2f' % $host.task_load#</td>
|
||||
<td>$host.capacity</td>
|
||||
<td>$util.formatTime($host.last_update)</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue