From 92298fb9436f0888784e3a1539b7b701d6be8ba8 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 21 2024 14:33:51 +0000 Subject: PR#4011: Show only active channels at clusterhealth Merges #4011 https://pagure.io/koji/pull-request/4011 Fixes: #4010 https://pagure.io/koji/issue/4010 Cluster health page show disabled channels --- diff --git a/www/kojiweb/clusterhealth.chtml b/www/kojiweb/clusterhealth.chtml index be4862d..f1b20fc 100644 --- a/www/kojiweb/clusterhealth.chtml +++ b/www/kojiweb/clusterhealth.chtml @@ -57,12 +57,10 @@ Builder readiness #for $channel in $channels + #if $channel['enabled_channel'] $util.escapeHTML($channel['name']) - #if not $channel['enabled_channel'] - [disabled] - #end if #if $channel['capacityPerc'] @@ -79,6 +77,7 @@ + #end if #end for