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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-expired.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 Expired 8 Expired
9 9
10 - 10 -
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 89
90 90
91 91
92 </div> 92 </div>
93 93
94 <div class="column"> 94 <div class="column">
95 95
96 <h2>Build Properties:</h2> 96 <h2>Build Properties:</h2>
97 97
98 <table class="info" width="100%"> 98 <table class="info BuildProperties" width="100%">
99 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 99 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
100 100
101 101
102 102
103 103
104 104
105 </table> 105 </table>
106 106
107 107
108 108
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 <script> 183 <script>
184 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 184 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
185 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 185 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
186 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 186 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
187 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 187 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
188 188
189 ga('create', 'UA-12345-01', 'auto'); 189 ga('create', 'UA-12345-01', 'auto');
190 ga('send', 'pageview'); 190 ga('send', 'pageview');
191 </script> 191 </script>
192 192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698