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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html

Issue 2810113002: Milo buildbot builder page: Add pagnation with cursors. (Closed)
Patch Set: train 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 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
11 <link id="favicon" rel="shortcut icon" 11 <link id="favicon" rel="shortcut icon"
12 type="image/png" href="/static/common/favicon/milo-32.png"> 12 type="image/png" href="/static/common/favicon/milo-32.png">
13 13
14 14
15 <body class="interface"> 15 <body class="interface">
16 <header> 16 <header>
17 Luci 17 Luci
18 <div> 18 <div>
19 19
20 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> 20 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a>
21 21
22 </div> 22 </div>
23 </header> 23 </header>
24 <hr> 24 <hr>
25 25
26 <h1>Builder Sample Builder</h1> 26 <h1>Builder <a href="/foobar">Sample Builder</a></h1>
27 27
28 28
29 <h2>Current Builds (1):</h2> 29 <h2>Current Builds (1):</h2>
30 <ul> 30 <ul>
31 31
32 <li><a href="https://some.url/path">Some current build</a> 32 <li><a href="https://some.url/path">Some current build</a>
33 33
34 34
35 35
36 36
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 </td> 86 </td>
87 <td class="left"> 87 <td class="left">
88 88
89 </td> 89 </td>
90 </tr> 90 </tr>
91 91
92 </table> 92 </table>
93 93
94 94
95
95 (Show: 96 (Show:
96 <a href=".">default</a> 97 <a href="/foobar">default</a>
97 <a href="?limit=25">25</a> 98 <a href="/foobar?limit=25">25</a>
98 <a href="?limit=50">50</a> 99 <a href="/foobar?limit=50">50</a>
99 <a href="?limit=100">100</a> 100 <a href="/foobar?limit=100">100</a>
100 <a href="?limit=200">200</a> 101 <a href="/foobar?limit=200">200</a>
101 ) 102 )
102 103
103 104
105
104 <footer> 106 <footer>
105 <hr> 107 <hr>
106 <a href="https://github.com/luci">luci</a>, 108 <a href="https://github.com/luci">luci</a>,
107 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 109 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
108 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 110 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
109 </footer> 111 </footer>
110 <script> 112 <script>
111 (function () { 113 (function () {
112 'use strict'; 114 'use strict';
113 milo.makeTimesLocal(); 115 milo.makeTimesLocal();
(...skipping 11 matching lines...) Expand all
125 <script> 127 <script>
126 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 128 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
127 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 129 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
128 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 130 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
129 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 131 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
130 132
131 ga('create', 'UA-12345-01', 'auto'); 133 ga('create', 'UA-12345-01', 'auto');
132 ga('send', 'pageview'); 134 ga('send', 'pageview');
133 </script> 135 </script>
134 136
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698