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

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

Issue 2321243002: Milo: Add current builds to buildbot builder view (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 10 matching lines...) Expand all
21 <hr> 21 <hr>
22 22
23 <h1>Builder Sample Builder</h1> 23 <h1>Builder Sample Builder</h1>
24 24
25 25
26 <h2>Current Builds (1):</h2> 26 <h2>Current Builds (1):</h2>
27 <ul> 27 <ul>
28 28
29 <li><a href="https://some.url/path"> 29 <li><a href="https://some.url/path">
30 Some current build</a> 30 Some current build</a>
31
32
33
34
31 [Running for: 0] 35 [Running for: 0]
32 36
33 </li> 37 </li>
34 38
35 </ul> 39 </ul>
36 40
37 41
38 42
39 <h2>Pending Build Requests (1):</h2> 43 <h2>Pending Build Requests (1):</h2>
40 <ul> 44 <ul>
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 <script> 124 <script>
121 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 125 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
122 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 126 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
123 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 127 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
124 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 128 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
125 129
126 ga('create', 'UA-12345-01', 'auto'); 130 ga('create', 'UA-12345-01', 'auto');
127 ga('send', 'pageview'); 131 ga('send', 'pageview');
128 </script> 132 </script>
129 133
OLDNEW
« no previous file with comments | « milo/appengine/buildbot/master.go ('k') | milo/appengine/frontend/templates/buildbot/pages/builder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698