| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 <footer> | 110 <footer> |
| 107 <hr> | 111 <hr> |
| 108 <a href="https://github.com/luci">luci</a>, | 112 <a href="https://github.com/luci">luci</a>, |
| 109 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 113 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 110 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 114 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 111 </footer> | 115 </footer> |
| 112 <script> | 116 <script> |
| 113 (function () { | 117 (function () { |
| 114 'use strict'; | 118 'use strict'; |
| 115 milo.makeTimesLocal(); | 119 milo.makeTimesLocal(); |
| 120 milo.annotateDurations(); |
| 121 $(document).tooltip({ |
| 122 show: false, |
| 123 hide: false |
| 124 }); |
| 116 })(); | 125 })(); |
| 117 </script> | 126 </script> |
| 118 <script> | 127 <script> |
| 119 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | 128 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ |
| 120 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | 129 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), |
| 121 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | 130 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) |
| 122 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | 131 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); |
| 123 | 132 |
| 124 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | 133 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); |
| 125 </script> | 134 </script> |
| 126 | 135 |
| 127 <script> | 136 <script> |
| 128 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 137 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 129 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 138 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 130 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 139 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 131 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 140 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 132 | 141 |
| 133 ga('create', 'UA-12345-01', 'auto'); | 142 ga('create', 'UA-12345-01', 'auto'); |
| 134 ga('send', 'pageview'); | 143 ga('send', 'pageview'); |
| 135 </script> | 144 </script> |
| 136 | 145 |
| OLD | NEW |