| 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>Builder Sample Builder</title> | 6 <title>Builder Sample Builder</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 <link id="favicon" rel="shortcut icon" | 15 <link id="favicon" rel="shortcut icon" |
| 12 type="image/png" href="/static/common/favicon/milo-32.png"> | 16 type="image/png" href="/static/common/favicon/milo-32.png"> |
| 13 | 17 |
| 14 | 18 |
| 15 <body class="interface"> | 19 <body class="interface"> |
| 16 <header> | 20 <header> |
| 17 Luci | 21 Luci |
| 18 <div> | 22 <div> |
| 19 | 23 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 <footer> | 55 <footer> |
| 52 <hr> | 56 <hr> |
| 53 <a href="https://github.com/luci">luci</a>, | 57 <a href="https://github.com/luci">luci</a>, |
| 54 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 58 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 55 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 59 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 56 </footer> | 60 </footer> |
| 57 <script> | 61 <script> |
| 58 (function () { | 62 (function () { |
| 59 'use strict'; | 63 'use strict'; |
| 60 milo.makeTimesLocal(); | 64 milo.makeTimesLocal(); |
| 65 milo.annotateDurations(); |
| 66 $(document).tooltip({ |
| 67 show: false, |
| 68 hide: false |
| 69 }); |
| 61 })(); | 70 })(); |
| 62 </script> | 71 </script> |
| 63 <script> | 72 <script> |
| 64 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | 73 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ |
| 65 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | 74 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), |
| 66 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | 75 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) |
| 67 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | 76 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); |
| 68 | 77 |
| 69 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | 78 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); |
| 70 </script> | 79 </script> |
| 71 | 80 |
| 72 <script> | 81 <script> |
| 73 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 82 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 74 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 83 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 75 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 84 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 76 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 85 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 77 | 86 |
| 78 ga('create', 'UA-12345-01', 'auto'); | 87 ga('create', 'UA-12345-01', 'auto'); |
| 79 ga('send', 'pageview'); | 88 ga('send', 'pageview'); |
| 80 </script> | 89 </script> |
| 81 | 90 |
| OLD | NEW |