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

Side by Side Diff: milo/frontend/expectations/swarming.build-build-running-logdog.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 Running 8 Running
9 9
10 - 10 -
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 $(this).click(); 265 $(this).click();
266 } 266 }
267 }); 267 });
268 }); 268 });
269 </script> 269 </script>
270 270
271 <footer> 271 <footer>
272 <hr> 272 <hr>
273 <a href="https://github.com/luci">luci</a>, 273 <a href="https://github.com/luci">luci</a>,
274 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 274 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
275 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 275 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday, 03-Feb-01 04:05:06 UTC</span></b><br>
276 version: <b>testVersionID</b><br>
276 </footer> 277 </footer>
277 <script> 278 <script>
278 (function () { 279 (function () {
279 'use strict'; 280 'use strict';
280 milo.makeTimesLocal(); 281 milo.makeTimesLocal();
281 milo.annotateDurations(); 282 milo.annotateDurations();
282 $(document).tooltip({ 283 $(document).tooltip({
283 show: false, 284 show: false,
284 hide: false 285 hide: false
285 }); 286 });
(...skipping 11 matching lines...) Expand all
297 <script> 298 <script>
298 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 299 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
299 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 300 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
300 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 301 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
301 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 302 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
302 303
303 ga('create', 'UA-12345-01', 'auto'); 304 ga('create', 'UA-12345-01', 'auto');
304 ga('send', 'pageview'); 305 ga('send', 'pageview');
305 </script> 306 </script>
306 307
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698