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

Unified Diff: milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html

Issue 2810113002: Milo buildbot builder page: Add pagnation with cursors. (Closed)
Patch Set: Touchups Created 3 years, 8 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/expectations/buildbot.builder-Basic_Test_no_builds.html
diff --git a/milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html b/milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html
index 360f8244d388b8ad9b06e099de6adeed32ff2f60..cac9a7f6e7eab286b5920415addea7dc91aeca1a 100644
--- a/milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html
+++ b/milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html
@@ -37,15 +37,17 @@
<h2>No Recent Builds</h2>
+
(Show:
-<a href=".">default</a>
-<a href="?limit=25">25</a>
-<a href="?limit=50">50</a>
-<a href="?limit=100">100</a>
-<a href="?limit=200">200</a>
+<a href="/foobar">default</a>
+<a href="/foobar?limit=25">25</a>
+<a href="/foobar?limit=50">50</a>
+<a href="/foobar?limit=100">100</a>
+<a href="/foobar?limit=200">200</a>
)
+
<footer>
<hr>
<a href="https://github.com/luci">luci</a>,

Powered by Google App Engine
This is Rietveld 408576698