From b178d6b36c2157d8028fb63194d53b4a5929ec3c Mon Sep 17 00:00:00 2001 From: alisboav Date: Fri, 22 Sep 2023 11:36:37 +0200 Subject: [PATCH] Display two decimal points for the task load in hosts page --- www/kojiweb/hosts.chtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/kojiweb/hosts.chtml b/www/kojiweb/hosts.chtml index 8a40f284..9e777011 100644 --- a/www/kojiweb/hosts.chtml +++ b/www/kojiweb/hosts.chtml @@ -131,7 +131,7 @@ in $channel channel #if $host.enabled then $util.imageTag('yes') else $util.imageTag('no')# #if $host.ready then $util.imageTag('yes') else $util.imageTag('no')# - $host.task_load + #echo '%.2f' % $host.task_load# $host.capacity $util.formatTime($host.last_update)