summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-03-21 02:18:52 +0000
committerivan <ivan>2011-03-21 02:18:52 +0000
commit7637f73d594307c314c844fde0b92f3d7ae282cc (patch)
tree702f442afcaa1420394079d6091f142d26c3f917 /httemplate
parent08da6c4a61debfd4858ab1f28d75caa147f431fd (diff)
show un-configured ikano products, RT#7111
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/qual.cgi8
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>