From efcef6a65a46d61728a7924ba825475f430b7865 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Oct 30 2023 08:09:59 +0000 Subject: PR#3911: Display two decimal points for the task load in hosts page Merges #3911 https://pagure.io/koji/pull-request/3911 Fixes #3916 https://pagure.io/koji/issue/3916 --- 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)