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

Side by Side Diff: milo/frontend/expectations/swarming.log-Basic_log.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
« no previous file with comments | « milo/frontend/expectations/swarming.build-build-unicode.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>Build Log</title> 6 <title>Build Log</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 13 matching lines...) Expand all
24 </header> 24 </header>
25 <hr> 25 <hr>
26 26
27 <div class="log"><pre>This is the log</pre></div> 27 <div class="log"><pre>This is the log</pre></div>
28 28
29 29
30 <footer> 30 <footer>
31 <hr> 31 <hr>
32 <a href="https://github.com/luci">luci</a>, 32 <a href="https://github.com/luci">luci</a>,
33 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 33 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
34 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 34 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday, 03-Feb-01 04:05:06 UTC</span></b><br>
35 version: <b>testVersionID</b><br>
35 </footer> 36 </footer>
36 <script> 37 <script>
37 (function () { 38 (function () {
38 'use strict'; 39 'use strict';
39 milo.makeTimesLocal(); 40 milo.makeTimesLocal();
40 milo.annotateDurations(); 41 milo.annotateDurations();
41 $(document).tooltip({ 42 $(document).tooltip({
42 show: false, 43 show: false,
43 hide: false 44 hide: false
44 }); 45 });
(...skipping 11 matching lines...) Expand all
56 <script> 57 <script>
57 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 58 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
58 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 59 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
59 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 60 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
60 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 61 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
61 62
62 ga('create', 'UA-12345-01', 'auto'); 63 ga('create', 'UA-12345-01', 'auto');
63 ga('send', 'pageview'); 64 ga('send', 'pageview');
64 </script> 65 </script>
65 66
OLDNEW
« no previous file with comments | « milo/frontend/expectations/swarming.build-build-unicode.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698