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

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

Issue 2977173002: [milo] add milo version to page base (Closed)
Patch Set: Created 3 years, 5 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 Infra Failure 8 Infra Failure
9 9
10 - 10 -
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 $(this).click(); 273 $(this).click();
274 } 274 }
275 }); 275 });
276 }); 276 });
277 </script> 277 </script>
278 278
279 <footer> 279 <footer>
280 <hr> 280 <hr>
281 <a href="https://github.com/luci">luci</a>, 281 <a href="https://github.com/luci">luci</a>,
282 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 282 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
283 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 283 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday, 03-Feb-01 04:05:06 UTC</span></b><br>
284 version: <b>testVersionID</b><br>
284 </footer> 285 </footer>
285 <script> 286 <script>
286 (function () { 287 (function () {
287 'use strict'; 288 'use strict';
288 milo.makeTimesLocal(); 289 milo.makeTimesLocal();
289 milo.annotateDurations(); 290 milo.annotateDurations();
290 $(document).tooltip({ 291 $(document).tooltip({
291 show: false, 292 show: false,
292 hide: false 293 hide: false
293 }); 294 });
(...skipping 11 matching lines...) Expand all
305 <script> 306 <script>
306 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 307 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
307 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 308 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
308 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 309 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
309 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 310 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
310 311
311 ga('create', 'UA-12345-01', 'auto'); 312 ga('create', 'UA-12345-01', 'auto');
312 ga('send', 'pageview'); 313 ga('send', 'pageview');
313 </script> 314 </script>
314 315
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698