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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-Basic_successful_build.html

Issue 2921573002: Milo UI tweaks (Closed)
Patch Set: only -> Only Created 3 years, 6 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> 6 <title>
7 7
8 Success 8 Success
9 9
10 - 10 -
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 63
64 64
65 65
66 </div> 66 </div>
67 67
68 <div class="column"> 68 <div class="column">
69 69
70 <h2>Build Properties:</h2> 70 <h2>Build Properties:</h2>
71 71
72 <table class="info" width="100%"> 72 <table class="info BuildProperties" width="100%">
73 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 73 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
74 74
75 75
76 </table> 76 </table>
77 77
78 78
79 79
80 <h2>Timing:</h2> 80 <h2>Timing:</h2>
81 <table class="info" width="100%"> 81 <table class="info" width="100%">
82 <tr class="alt"><td class="left">Start</td> 82 <tr class="alt"><td class="left">Start</td>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 <script> 154 <script>
155 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 155 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
156 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 156 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
157 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 157 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
158 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 158 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
159 159
160 ga('create', 'UA-12345-01', 'auto'); 160 ga('create', 'UA-12345-01', 'auto');
161 ga('send', 'pageview'); 161 ga('send', 'pageview');
162 </script> 162 </script>
163 163
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698