| 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 [[name here]]</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 <a href="/settings">settings</a> | |
| 14 </header> | 13 </header> |
| 15 <hr> | 14 <hr> |
| 16 | 15 |
| 17 | 16 |
| 18 <h2>No current builds</h2> | 17 <h2>No current builds</h2> |
| 19 | 18 |
| 20 | 19 |
| 21 | 20 |
| 22 <h2>No Pending Build Requests</h2> | 21 <h2>No Pending Build Requests</h2> |
| 23 | 22 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 37 </footer> | 36 </footer> |
| 38 | 37 |
| 39 | 38 |
| 40 <script> | 39 <script> |
| 41 (function () { | 40 (function () { |
| 42 'use strict'; | 41 'use strict'; |
| 43 document.getElementById('current-time').textContent = milo.formatDate( | 42 document.getElementById('current-time').textContent = milo.formatDate( |
| 44 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); | 43 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); |
| 45 })(); | 44 })(); |
| 46 </script> | 45 </script> |
| OLD | NEW |