| 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 <script src="/static/common/js/time.js"></script> | 8 <script src="/static/common/js/time.js"></script> |
| 9 <script src="/static/common/third_party/js/jquery.min.js"></script> | 9 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 10 | 10 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 | 80 |
| 81 </td> | 81 </td> |
| 82 <td class="left"> | 82 <td class="left"> |
| 83 [] | 83 [] |
| 84 </td> | 84 </td> |
| 85 </tr> | 85 </tr> |
| 86 | 86 |
| 87 </table> | 87 </table> |
| 88 | 88 |
| 89 | 89 |
| 90 </div> | 90 (Show: |
| 91 <a href="Sample%20Builder">default</a> |
| 92 <a href="Sample%20Builder?limit=25">25</a> |
| 93 <a href="Sample%20Builder?limit=50">50</a> |
| 94 <a href="Sample%20Builder?limit=100">100</a> |
| 95 <a href="Sample%20Builder?limit=200">200</a> |
| 96 ) |
| 91 | 97 |
| 92 | 98 |
| 93 <footer> | 99 <footer> |
| 94 <hr> | 100 <hr> |
| 95 <a href="https://github.com/luci">luci</a>, | 101 <a href="https://github.com/luci">luci</a>, |
| 96 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 102 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 97 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | 103 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) |
| 98 </footer> | 104 </footer> |
| 99 <script> | 105 <script> |
| 100 (function () { | 106 (function () { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 114 <script> | 120 <script> |
| 115 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 121 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 116 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 122 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 117 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 123 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 118 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 124 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 119 | 125 |
| 120 ga('create', 'UA-12345-01', 'auto'); | 126 ga('create', 'UA-12345-01', 'auto'); |
| 121 ga('send', 'pageview'); | 127 ga('send', 'pageview'); |
| 122 </script> | 128 </script> |
| 123 | 129 |
| OLD | NEW |