From 204dad82bb398a95a7c63cb02468624c6d8cc42c Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Tue, 24 Aug 2010 20:36:25 +0000 Subject: [PATCH] queue_report.py: toggle headers too Signed-off-by: Luca Falavigna --- dak/queue_report.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 """ -- 2.39.2