From 40db49a830b208f82e79ab7169c7107ccc1f96e9 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 21 2024 14:33:43 +0000 Subject: Show only active channels at clusterhealth Related: https://pagure.io/koji/issue/4010 --- 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