| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Builder [[name here]]</title> | 5 <title>Builder Sample Builder</title> |
| 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 7 <script src="/static/common/js/time.js"></script> | 7 <script src="/static/common/js/time.js"></script> |
| 8 | 8 |
| 9 | 9 |
| 10 <body class="interface"> | 10 <body class="interface"> |
| 11 <header> | 11 <header> |
| 12 Luci | 12 Luci |
| 13 </header> | 13 </header> |
| 14 <hr> | 14 <hr> |
| 15 | 15 |
| 16 | 16 |
| 17 <h2>Current Builds:</h2> | 17 <h2>Current Builds (1):</h2> |
| 18 <ul> | 18 <ul> |
| 19 | 19 |
| 20 <li><a href="https://some.url/path"> | 20 <li><a href="https://some.url/path"> |
| 21 Some current build</a> | 21 Some current build</a> |
| 22 [Running for: 0] | 22 [Running for: 0] |
| 23 | 23 |
| 24 </li> | 24 </li> |
| 25 | 25 |
| 26 </ul> | 26 </ul> |
| 27 | 27 |
| 28 | 28 |
| 29 | 29 |
| 30 <h2>Pending Build Requests:</h2> | 30 <h2>Pending Build Requests (1):</h2> |
| 31 <ul> | 31 <ul> |
| 32 | 32 |
| 33 <li><small>(, waiting 0)</small> | 33 <li><small>(, waiting 0)</small> |
| 34 | 34 |
| 35 | 35 |
| 36 | 36 |
| 37 | 37 |
| 38 | 38 |
| 39 | 39 |
| 40 </li> | 40 </li> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 63 <td> NotRun </td> | 63 <td> NotRun </td> |
| 64 | 64 |
| 65 <td><a href="https://some.url/path"> | 65 <td><a href="https://some.url/path"> |
| 66 Some current build</a></td> | 66 Some current build</a></td> |
| 67 <td> | 67 <td> |
| 68 | 68 |
| 69 | 69 |
| 70 | 70 |
| 71 | 71 |
| 72 </td> | 72 </td> |
| 73 <td class="left">[]</td> | 73 <td class="left"> |
| 74 [] |
| 75 </td> |
| 74 </tr> | 76 </tr> |
| 75 | 77 |
| 76 </table> | 78 </table> |
| 77 | 79 |
| 78 | 80 |
| 79 </div> | 81 </div> |
| 80 | 82 |
| 81 | 83 |
| 82 <footer> | 84 <footer> |
| 83 <hr> | 85 <hr> |
| 84 <a href="https://github.com/luci">luci</a>, | 86 <a href="https://github.com/luci">luci</a>, |
| 85 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 87 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 86 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 88 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 87 </footer> | 89 </footer> |
| 88 <script> | 90 <script> |
| 89 (function () { | 91 (function () { |
| 90 'use strict'; | 92 'use strict'; |
| 91 milo.makeTimesLocal(); | 93 milo.makeTimesLocal(); |
| 92 })(); | 94 })(); |
| 93 </script> | 95 </script> |
| OLD | NEW |