| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 # Copyright 2016 The LUCI Authors. All rights reserved. | 2 # Copyright 2016 The LUCI Authors. All rights reserved. |
| 3 # Use of this source code is governed by the Apache v2.0 license that can be | 3 # Use of this source code is governed by the Apache v2.0 license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 9 <title>Stats Overview Demo</title> | 9 <title>Stats Overview Demo</title> |
| 10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 server.respondWith("GET", "/swarming/api/v1/stats/summary/minutes?duration=2
0",JSON.stringify(data)); | 26 server.respondWith("GET", "/swarming/api/v1/stats/summary/minutes?duration=2
0",JSON.stringify(data)); |
| 27 </script> | 27 </script> |
| 28 <link rel="import" href="stats-overview.html"> | 28 <link rel="import" href="stats-overview.html"> |
| 29 </head> | 29 </head> |
| 30 <body> | 30 <body> |
| 31 <div style="width: 1000px"> | 31 <div style="width: 1000px"> |
| 32 <stats-overview></stats-overview> | 32 <stats-overview></stats-overview> |
| 33 </div> | 33 </div> |
| 34 </body> | 34 </body> |
| 35 </html> | 35 </html> |
| OLD | NEW |