Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: milo/appengine/frontend/templates/buildbot/pages/builder.html

Issue 2328733002: Milo: Add ?limit= support to builders (Closed)
Patch Set: Regenerate Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 23fe7de82bfe043e02b13239354e7e64b358b4d1..f2b6a7dc10ea042f113becb7e9221bbb38179457 100644
--- a/milo/appengine/frontend/templates/buildbot/pages/builder.html
+++ b/milo/appengine/frontend/templates/buildbot/pages/builder.html
@@ -97,6 +97,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}}

Powered by Google App Engine
This is Rietveld 408576698