From 7637f73d594307c314c844fde0b92f3d7ae282cc Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Mar 2011 02:18:52 +0000 Subject: show un-configured ikano products, RT#7111 --- httemplate/view/qual.cgi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/qual.cgi b/httemplate/view/qual.cgi index 5e706a18d..a0768c3ac 100644 --- a/httemplate/view/qual.cgi +++ b/httemplate/view/qual.cgi @@ -63,6 +63,14 @@ % } % } + +% my $not_avail = $qual_result->{'not_avail'}; +% if ( keys %$not_avail ) { +
+ Qualifying vendor packages (not yet configured in any package definition): + <% join(', ', map $not_avail->{$_}, keys %$not_avail ) |h %> +% } + % } <%init> -- cgit v1.2.1