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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_no_builds.html

Issue 2328733002: Milo: Add ?limit= support to builders (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <html lang="en"> 4 <html lang="en">
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title>Builder Sample Builder</title> 6 <title>Builder Sample Builder</title>
7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
8 <script src="/static/common/js/time.js"></script> 8 <script src="/static/common/js/time.js"></script>
9 <script src="/static/common/third_party/js/jquery.min.js"></script> 9 <script src="/static/common/third_party/js/jquery.min.js"></script>
10 10
(...skipping 14 matching lines...) Expand all
25 25
26 26
27 27
28 <h2>No Pending Build Requests</h2> 28 <h2>No Pending Build Requests</h2>
29 29
30 30
31 31
32 <h2>No Recent Builds</h2> 32 <h2>No Recent Builds</h2>
33 33
34 34
35 </div> 35 (Show:
36 <a href="Sample%20Builder">default</a>
37 <a href="Sample%20Builder?limit=25">25</a>
38 <a href="Sample%20Builder?limit=50">50</a>
39 <a href="Sample%20Builder?limit=100">100</a>
40 <a href="Sample%20Builder?limit=200">200</a>
41 )
36 42
37 43
38 <footer> 44 <footer>
39 <hr> 45 <hr>
40 <a href="https://github.com/luci">luci</a>, 46 <a href="https://github.com/luci">luci</a>,
41 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 47 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
42 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) 48 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
43 </footer> 49 </footer>
44 <script> 50 <script>
45 (function () { 51 (function () {
(...skipping 13 matching lines...) Expand all
59 <script> 65 <script>
60 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 66 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
61 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 67 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
62 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 68 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
63 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 69 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
64 70
65 ga('create', 'UA-12345-01', 'auto'); 71 ga('create', 'UA-12345-01', 'auto');
66 ga('send', 'pageview'); 72 ga('send', 'pageview');
67 </script> 73 </script>
68 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698