From: Andrew Gerrand Date: Mon, 19 Dec 2011 01:37:39 +0000 (+1100) Subject: dashboard: hide build status column (package builder is out of action) X-Git-Tag: weekly.2011-12-22~132 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3f216c1b5d4a612f31098d23f4e47e37de8ae7a0;p=gostls13.git dashboard: hide build status column (package builder is out of action) R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5489080 --- diff --git a/misc/dashboard/godashboard/package.html b/misc/dashboard/godashboard/package.html index 8a9d0a3a04..b688af9e2b 100644 --- a/misc/dashboard/godashboard/package.html +++ b/misc/dashboard/godashboard/package.html @@ -20,12 +20,14 @@ may or may not build or be safe to use.

+

The info column shows the first paragraph from the @@ -39,7 +41,7 @@ {{r.last_install|date:"Y-M-d H:i"}} {{r.week_count}} - {% if r.ok %}ok{% else %} {% endif %} + {{r.path}} {% if r.info %}{{r.info|escape}}{% endif %} @@ -53,7 +55,7 @@ {{r.last_install|date:"Y-M-d H:i"}} {{r.count}} - {% if r.ok %}ok{% else %} {% endif %} + {{r.path}} {% if r.info %}{{r.info|escape}}{% endif %} @@ -67,7 +69,7 @@ {{r.last_install|date:"Y-M-d H:i"}} {{r.count}} - {% if r.ok %}ok{% else %} {% endif %} + {{r.path}} {% if r.info %}{{r.info|escape}}{% endif %}