[jhbuild] [buildbot] also remove RSS table cell in header and footer
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] [buildbot] also remove RSS table cell in header and footer
- Date: Thu, 9 Dec 2010 23:27:20 +0000 (UTC)
commit 7db07b3ce3b07cbe71daf21aed6eb2b0d00dee86
Author: Frédéric Péters <fpeters 0d be>
Date: Fri Dec 10 00:27:01 2010 +0100
[buildbot] also remove RSS table cell in header and footer
jhbuild/buildbot/status/web/__init__.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jhbuild/buildbot/status/web/__init__.py b/jhbuild/buildbot/status/web/__init__.py
index 9a7d2a5..aa62ee7 100644
--- a/jhbuild/buildbot/status/web/__init__.py
+++ b/jhbuild/buildbot/status/web/__init__.py
@@ -97,7 +97,7 @@ class ProjectsSummary(HtmlResource):
moduleset = ', '.join(parent.moduleset)
else:
moduleset = parent.moduleset
- result += '<thead><tr><td> </td><td> </td><th>' + moduleset + '</td>'
+ result += '<thead><tr><td> </td><th>' + moduleset + '</td>'
for name in parent.slaves:
if len(name) > 25:
name = name[:25] + '(...)'
@@ -177,8 +177,8 @@ class ProjectsSummary(HtmlResource):
result += '</tr>\n'
result += '</tbody>\n'
- result += '<tfoot><tr class="totals"><td colspan="3"></td>'
- thead += '<tr class="totals"><td colspan="3"></td>'
+ result += '<tfoot><tr class="totals"><td colspan="2"></td>'
+ thead += '<tr class="totals"><td colspan="2"></td>'
for slave in parent.slaves:
td = '<td><span title="Successful builds">%s</span> '\
'<span title="(ignoring test suites failures)">(%s)</span> / '\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]