]> Cypherpunks repositories - gostls13.git/commitdiff
dashboard: deprecation notice for the old dashboard
authorAndrew Gerrand <adg@golang.org>
Wed, 21 Dec 2011 22:38:35 +0000 (09:38 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 21 Dec 2011 22:38:35 +0000 (09:38 +1100)
R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5505056

misc/dashboard/godashboard/main.html
misc/dashboard/godashboard/static/style.css

index 5390afce6073d6823776d784470acf0ff9112f35..0e8b97b1dcedd136eb49ef4b79c8ad2d0dcbdebe 100644 (file)
@@ -18,6 +18,9 @@
     <h1>Go Dashboard</h1>
     
     <h2>Build Status</h2>
+
+    <p class="notice">The build status dashboard has moved to <a href="http://build.golang.org">build.golang.org</a>.</p>
+
     <table class="alternate" cellpadding="0" cellspacing="0">
       <tr>
         <th></th>
index d6d23b536c2559ed44b542f91f7c63de862a7d77..0ce583a54c98f62e1ad396a4c6e3504e2bba899d 100644 (file)
@@ -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;
+}