diff options
author | ivan <ivan> | 2011-03-21 02:18:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-21 02:18:52 +0000 |
commit | 7637f73d594307c314c844fde0b92f3d7ae282cc (patch) | |
tree | 702f442afcaa1420394079d6091f142d26c3f917 /httemplate/view/qual.cgi | |
parent | 08da6c4a61debfd4858ab1f28d75caa147f431fd (diff) |
show un-configured ikano products, RT#7111
Diffstat (limited to 'httemplate/view/qual.cgi')
-rw-r--r-- | httemplate/view/qual.cgi | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ % } </UL> % } + +% my $not_avail = $qual_result->{'not_avail'}; +% if ( keys %$not_avail ) { + <BR> + Qualifying vendor packages (not yet configured in any package definition): + <% join(', ', map $not_avail->{$_}, keys %$not_avail ) |h %> +% } + % } <%init> |