diff options
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> |