From 98f16c2d4daaaafae20f31879bbb5bd0cbaa8d49 Mon Sep 17 00:00:00 2001 From: gianluca Date: Thu, 9 Jul 2009 00:49:24 +0200 Subject: Added the last 10 bug open list --- becommands/html_data.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'becommands/html_data.py') diff --git a/becommands/html_data.py b/becommands/html_data.py index db3d1c0..f72eb3a 100644 --- a/becommands/html_data.py +++ b/becommands/html_data.py @@ -317,9 +317,10 @@ html_index = """ + -

Open issues by severity

+

Issues list by severity

@@ -380,6 +381,18 @@ html_index = """
+ + +

Last 10 Open bugs

+ + + +_LAST_ACTVITY_ + + +
+ + @@ -393,3 +406,8 @@ html_index = """ """ +last_activity = """ + + _BUG_ on _DATE_ + +""" -- cgit