| 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 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 | 28 |
| 29 | 29 |
| 30 <h2>No Pending Build Requests</h2> | 30 <h2>No Pending Build Requests</h2> |
| 31 | 31 |
| 32 | 32 |
| 33 | 33 |
| 34 <h2>No Recent Builds</h2> | 34 <h2>No Recent Builds</h2> |
| 35 | 35 |
| 36 | 36 |
| 37 </div> | 37 (Show: |
| 38 <a href="Sample%20Builder">default</a> |
| 39 <a href="Sample%20Builder?limit=25">25</a> |
| 40 <a href="Sample%20Builder?limit=50">50</a> |
| 41 <a href="Sample%20Builder?limit=100">100</a> |
| 42 <a href="Sample%20Builder?limit=200">200</a> |
| 43 ) |
| 38 | 44 |
| 39 | 45 |
| 40 <footer> | 46 <footer> |
| 41 <hr> | 47 <hr> |
| 42 <a href="https://github.com/luci">luci</a>, | 48 <a href="https://github.com/luci">luci</a>, |
| 43 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 49 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 44 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | 50 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) |
| 45 </footer> | 51 </footer> |
| 46 <script> | 52 <script> |
| 47 (function () { | 53 (function () { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 61 <script> | 67 <script> |
| 62 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 68 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 63 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 69 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 64 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 70 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 65 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 71 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 66 | 72 |
| 67 ga('create', 'UA-12345-01', 'auto'); | 73 ga('create', 'UA-12345-01', 'auto'); |
| 68 ga('send', 'pageview'); | 74 ga('send', 'pageview'); |
| 69 </script> | 75 </script> |
| 70 | 76 |
| OLD | NEW |