| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Test swarming build</title> | 5 <title>Test swarming build</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 <div class="content"> | 16 <div class="content"> |
| 18 <h1>Test swarming build</h1> | 17 <h1>Test swarming build</h1> |
| 19 | 18 |
| 20 <div class="column"> | 19 <div class="column"> |
| 21 | 20 |
| 22 <h2>Results:</h2> | 21 <h2>Results:</h2> |
| 23 | 22 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 })(); | 93 })(); |
| 95 </script> | 94 </script> |
| 96 | 95 |
| 97 <script> | 96 <script> |
| 98 (function () { | 97 (function () { |
| 99 'use strict'; | 98 'use strict'; |
| 100 document.getElementById('current-time').textContent = milo.formatDate( | 99 document.getElementById('current-time').textContent = milo.formatDate( |
| 101 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); | 100 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); |
| 102 })(); | 101 })(); |
| 103 </script> | 102 </script> |
| OLD | NEW |