| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 # Copyright 2015 The LUCI Authors. All rights reserved. | 2 # Copyright 2015 The LUCI Authors. All rights reserved. |
| 3 # Use of this source code is governed under the Apache License, Version 2.0 | 3 # Use of this source code is governed under the Apache License, Version 2.0 |
| 4 # that can be found in the LICENSE file. | 4 # that can be found in the LICENSE file. |
| 5 | 5 |
| 6 --><!-- | 6 --><!-- |
| 7 @group Swarming Elements | 7 @group Swarming Elements |
| 8 | 8 |
| 9 `stats-app' encapsulates the statistic front end. | 9 `stats-app' encapsulates the statistic front end. |
| 10 | 10 |
| (...skipping 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2356 </div> | 2356 </div> |
| 2357 </div> | 2357 </div> |
| 2358 <stats-table-chart data="{{dataTable}}"></stats-table-chart> | 2358 <stats-table-chart data="{{dataTable}}"></stats-table-chart> |
| 2359 | 2359 |
| 2360 <paper-spinner id="loading"></paper-spinner> | 2360 <paper-spinner id="loading"></paper-spinner> |
| 2361 </template> | 2361 </template> |
| 2362 | 2362 |
| 2363 | 2363 |
| 2364 </polymer-element> | 2364 </polymer-element> |
| 2365 <script charset="utf-8" src="stats-app-build.js"></script></body></html> | 2365 <script charset="utf-8" src="stats-app-build.js"></script></body></html> |
| OLD | NEW |