mirror of
https://github.com/golang/go
synced 2024-11-25 11:57:58 -07:00
dashboard: deprecation notice for the old dashboard
R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/5505056
This commit is contained in:
parent
914ab8a23f
commit
ddc85f419f
@ -18,6 +18,9 @@
|
|||||||
<h1>Go Dashboard</h1>
|
<h1>Go Dashboard</h1>
|
||||||
|
|
||||||
<h2>Build Status</h2>
|
<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">
|
<table class="alternate" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
@ -116,3 +116,14 @@ div.paginate a.inactive {
|
|||||||
td.time {
|
td.time {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
.notice {
|
||||||
|
padding: 10px;
|
||||||
|
margin: 10px;
|
||||||
|
border: 2px solid #FF6;
|
||||||
|
background: #900;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.notice a {
|
||||||
|
color: #FF6;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user