| Index: milo/appengine/frontend/templates/buildbot/pages/builder.html
|
| diff --git a/milo/appengine/frontend/templates/buildbot/pages/builder.html b/milo/appengine/frontend/templates/buildbot/pages/builder.html
|
| index 17d2b9dad6e8ddb2300b7ccb2f2da7d9fd951374..23fe7de82bfe043e02b13239354e7e64b358b4d1 100644
|
| --- a/milo/appengine/frontend/templates/buildbot/pages/builder.html
|
| +++ b/milo/appengine/frontend/templates/buildbot/pages/builder.html
|
| @@ -3,6 +3,8 @@
|
| {{define "head"}}{{end}}
|
|
|
| {{define "body"}}
|
| +<h1>Builder {{.Builder.Name}}</h1>
|
| +
|
| {{ if .Builder.CurrentBuilds }}
|
| <h2>Current Builds ({{len .Builder.CurrentBuilds}}):</h2>
|
| <ul>
|
|
|