From 3f216c1b5d4a612f31098d23f4e47e37de8ae7a0 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 19 Dec 2011 12:37:39 +1100 Subject: [PATCH] dashboard: hide build status column (package builder is out of action) R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5489080 --- misc/dashboard/godashboard/package.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 %} -- 2.50.0