OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html> | |
3 | |
4 <html lang="en"> | |
5 <meta charset="utf-8"> | |
6 <title>Build Log</title> | |
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"> | |
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> | |
11 <script src="/static/common/js/time.js"></script> | |
12 <script src="/static/common/third_party/js/jquery.min.js"></script> | |
13 <script src="/static/common/third_party/js/jquery-ui.min.js"></script> | |
14 | |
15 | |
16 <body class="interface"> | |
17 <header> | |
18 Luci | |
19 <div> | |
20 | |
21 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> | |
22 | |
23 </div> | |
24 </header> | |
25 <hr> | |
26 | |
27 <div class="log"><pre>This is the log</pre></div> | |
28 | |
29 | |
30 <footer> | |
31 <hr> | |
32 <a href="https://github.com/luci">luci</a>, | |
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> | |
35 </footer> | |
36 <script> | |
37 (function () { | |
38 'use strict'; | |
39 milo.makeTimesLocal(); | |
40 milo.annotateDurations(); | |
41 $(document).tooltip({ | |
42 show: false, | |
43 hide: false | |
44 }); | |
45 })(); | |
46 </script> | |
47 <script> | |
48 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | |
49 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | |
50 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | |
51 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | |
52 | |
53 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | |
54 </script> | |
55 | |
56 <script> | |
57 (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 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 | |
62 ga('create', 'UA-12345-01', 'auto'); | |
63 ga('send', 'pageview'); | |
64 </script> | |
65 | |
OLD | NEW |