| OLD | NEW |
| 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"> |
| 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> |
| 8 <script src="/static/common/js/time.js"></script> | 11 <script src="/static/common/js/time.js"></script> |
| 9 <script src="/static/common/third_party/js/jquery.min.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> |
| 10 | 14 |
| 11 | 15 |
| 12 <body class="interface"> | 16 <body class="interface"> |
| 13 <header> | 17 <header> |
| 14 Luci | 18 Luci |
| 15 <div> | 19 <div> |
| 16 | 20 |
| 17 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> | 21 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> |
| 18 | 22 |
| 19 </div> | 23 </div> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 44 <footer> | 48 <footer> |
| 45 <hr> | 49 <hr> |
| 46 <a href="https://github.com/luci">luci</a>, | 50 <a href="https://github.com/luci">luci</a>, |
| 47 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> |
| 48 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 52 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 49 </footer> | 53 </footer> |
| 50 <script> | 54 <script> |
| 51 (function () { | 55 (function () { |
| 52 'use strict'; | 56 'use strict'; |
| 53 milo.makeTimesLocal(); | 57 milo.makeTimesLocal(); |
| 58 milo.annotateDurations(); |
| 59 $(document).tooltip({ |
| 60 show: false, |
| 61 hide: false |
| 62 }); |
| 54 })(); | 63 })(); |
| 55 </script> | 64 </script> |
| 56 <script> | 65 <script> |
| 57 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | 66 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ |
| 58 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | 67 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), |
| 59 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | 68 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) |
| 60 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | 69 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); |
| 61 | 70 |
| 62 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | 71 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); |
| 63 </script> | 72 </script> |
| 64 | 73 |
| 65 <script> | 74 <script> |
| 66 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 75 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 67 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 76 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 68 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 77 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 69 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 78 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 70 | 79 |
| 71 ga('create', 'UA-12345-01', 'auto'); | 80 ga('create', 'UA-12345-01', 'auto'); |
| 72 ga('send', 'pageview'); | 81 ga('send', 'pageview'); |
| 73 </script> | 82 </script> |
| 74 | 83 |
| OLD | NEW |