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

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

Issue 2407153006: Milo: Add builder name to builder page (Closed)
Patch Set: 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 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 11
12 <body class="interface"> 12 <body class="interface">
13 <header> 13 <header>
14 Luci 14 Luci
15 <div> 15 <div>
16 16
17 <a href="https://login.url/">login</a> 17 <a href="https://login.url/">login</a>
18 18
19 </div> 19 </div>
20 </header> 20 </header>
21 <hr> 21 <hr>
22 22
23 <h1>Builder Sample Builder</h1>
24
23 25
24 <h2>Current Builds (1):</h2> 26 <h2>Current Builds (1):</h2>
25 <ul> 27 <ul>
26 28
27 <li><a href="https://some.url/path"> 29 <li><a href="https://some.url/path">
28 Some current build</a> 30 Some current build</a>
29 [Running for: 0] 31 [Running for: 0]
30 32
31 </li> 33 </li>
32 34
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 <script> 114 <script>
113 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 115 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
114 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 116 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
115 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 117 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
116 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 118 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
117 119
118 ga('create', 'UA-12345-01', 'auto'); 120 ga('create', 'UA-12345-01', 'auto');
119 ga('send', 'pageview'); 121 ga('send', 'pageview');
120 </script> 122 </script>
121 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698