From a66c192866240ad406b2bd1c1de27a74c4787d0d Mon Sep 17 00:00:00 2001 From: alisboav Date: Sep 22 2023 09:36:37 +0000 Subject: Display two decimal points for the task load in hosts page --- diff --git a/www/kojiweb/hosts.chtml b/www/kojiweb/hosts.chtml index 8a40f28..9e77701 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)