| Index: milo/appengine/buildbot/html.go
|
| diff --git a/milo/appengine/buildbot/html.go b/milo/appengine/buildbot/html.go
|
| index ba8e007479ea61641f4dd609a8b8338ce15d02ad..cf16e70572af8658ba00b2288d03b1b40a9dd8d2 100644
|
| --- a/milo/appengine/buildbot/html.go
|
| +++ b/milo/appengine/buildbot/html.go
|
| @@ -79,6 +79,8 @@ func (b Builder) GetTemplateName(t settings.Theme) string {
|
| }
|
|
|
| // Render renders the buildbot builder page.
|
| +// Note: The builder html template contains self links to "?limit=123", which could
|
| +// potentially override any other request parameters set.
|
| func (b Builder) Render(c context.Context, r *http.Request, p httprouter.Params) (*templates.Args, error) {
|
| master := p.ByName("master")
|
| if master == "" {
|
|
|