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

Side by Side Diff: milo/frontend/expectations/frontpage-Basic_frontpage.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>Milo</title> 6 <title>Milo</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 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css"> 8 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css">
9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> 9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script>
10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m in.js"></script> 10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m in.js"></script>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <li><a href="/master1/builderb">Example builder 2</a></li> 42 <li><a href="/master1/builderb">Example builder 2</a></li>
43 43
44 44
45 45
46 46
47 47
48 <footer> 48 <footer>
49 <hr> 49 <hr>
50 <a href="https://github.com/luci">luci</a>, 50 <a href="https://github.com/luci">luci</a>,
51 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 51 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
52 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 52 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday, 03-Feb-01 04:05:06 UTC</span></b><br>
53 version: <b>testVersionID</b><br>
53 </footer> 54 </footer>
54 <script> 55 <script>
55 (function () { 56 (function () {
56 'use strict'; 57 'use strict';
57 milo.makeTimesLocal(); 58 milo.makeTimesLocal();
58 milo.annotateDurations(); 59 milo.annotateDurations();
59 $(document).tooltip({ 60 $(document).tooltip({
60 show: false, 61 show: false,
61 hide: false 62 hide: false
62 }); 63 });
(...skipping 11 matching lines...) Expand all
74 <script> 75 <script>
75 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 76 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
76 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 77 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
77 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 78 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
78 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 79 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
79 80
80 ga('create', 'UA-12345-01', 'auto'); 81 ga('create', 'UA-12345-01', 'auto');
81 ga('send', 'pageview'); 82 ga('send', 'pageview');
82 </script> 83 </script>
83 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698