From ddc85f419fe85be64ddaee5c9ad556a4b6e2d59d Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 22 Dec 2011 09:38:35 +1100 Subject: [PATCH] dashboard: deprecation notice for the old dashboard R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/5505056 --- misc/dashboard/godashboard/main.html | 3 +++ misc/dashboard/godashboard/static/style.css | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/misc/dashboard/godashboard/main.html b/misc/dashboard/godashboard/main.html index 5390afce60..0e8b97b1dc 100644 --- a/misc/dashboard/godashboard/main.html +++ b/misc/dashboard/godashboard/main.html @@ -18,6 +18,9 @@

Go Dashboard

Build Status

+ +

The build status dashboard has moved to build.golang.org.

+ diff --git a/misc/dashboard/godashboard/static/style.css b/misc/dashboard/godashboard/static/style.css index d6d23b536c..0ce583a54c 100644 --- a/misc/dashboard/godashboard/static/style.css +++ b/misc/dashboard/godashboard/static/style.css @@ -116,3 +116,14 @@ div.paginate a.inactive { td.time { font-family: monospace; } +.notice { + padding: 10px; + margin: 10px; + border: 2px solid #FF6; + background: #900; + color: white; + text-align: center; +} +.notice a { + color: #FF6; +} -- 2.50.0