From: Luca Falavigna Date: Tue, 24 Aug 2010 20:36:25 +0000 (+0000) Subject: queue_report.py: toggle headers too X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=204dad82bb398a95a7c63cb02468624c6d8cc42c;hp=9c2d1d802acabe9907b1af8d4db7a5556cbe7394;p=dak.git queue_report.py: toggle headers too Signed-off-by: Luca Falavigna --- diff --git a/dak/queue_report.py b/dak/queue_report.py index fc68cb0b..84f6a22f 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -236,11 +236,12 @@ def footer(): """ def table_header(type, source_count, total_count): - print "

Summary for: %s

" % (type) + print "

Summary for: %s

" % (type) + print "

Summary for: binary-%s only

" % (type) print """

Click to toggle all/binary-NEW packages

-
+ """ print "Package count in %s: %s |  Total Package count: %s" % (type, source_count, total_count) print """