| 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..f9b7ffeb7dae8a1de3e7a5103ebfbd028b1ed694 100644
|
| --- a/milo/appengine/frontend/templates/buildbot/pages/builder.html
|
| +++ b/milo/appengine/frontend/templates/buildbot/pages/builder.html
|
| @@ -95,6 +95,12 @@
|
| <h2>No Recent Builds</h2>
|
| {{ end }}
|
|
|
| -</div>
|
| +(Show:
|
| +<a href="{{.Builder.Name}}">default</a>
|
| +<a href="{{.Builder.Name}}?limit=25">25</a>
|
| +<a href="{{.Builder.Name}}?limit=50">50</a>
|
| +<a href="{{.Builder.Name}}?limit=100">100</a>
|
| +<a href="{{.Builder.Name}}?limit=200">200</a>
|
| +)
|
|
|
| {{end}}
|
|
|