| 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 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 <!-- Iron elements --> | 7 <!-- Iron elements --> |
| 8 <link rel="import" href="../inc/bower_components/iron-flex-layout/iron-flex-layo
ut.html"> | 8 <link rel="import" href="../inc/bower_components/iron-flex-layout/iron-flex-layo
ut.html"> |
| 9 <link rel="import" href="../inc/bower_components/iron-icons/iron-icons.html"> | 9 <link rel="import" href="../inc/bower_components/iron-icons/iron-icons.html"> |
| 10 <link rel="import" href="../inc/bower_components/iron-pages/iron-pages.html"> | 10 <link rel="import" href="../inc/bower_components/iron-pages/iron-pages.html"> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 <!-- Configure your routes here --> | 30 <!-- Configure your routes here --> |
| 31 <link rel="import" href="routing.html"> | 31 <link rel="import" href="routing.html"> |
| 32 | 32 |
| 33 <!-- Application elements --> | 33 <!-- Application elements --> |
| 34 <link rel="import" href="../inc/rpc/rpc-client.html"> | 34 <link rel="import" href="../inc/rpc/rpc-client.html"> |
| 35 <link rel="import" href="../inc/rpc/rpc-code.html"> | 35 <link rel="import" href="../inc/rpc/rpc-code.html"> |
| 36 <link rel="import" href="../inc/rpc/rpc-error.html"> | 36 <link rel="import" href="../inc/rpc/rpc-error.html"> |
| 37 <link rel="import" href="../inc/rpc/rpc-call.html"> | 37 <link rel="import" href="../inc/rpc/rpc-call.html"> |
| 38 | 38 |
| 39 <link rel="import" href="../inc/luci-sleep-promise/luci-sleep-promise.html"> | 39 <link rel="import" href="../inc/luci-sleep-promise/luci-sleep-promise.html"> |
| 40 <link rel="import" href="../inc/logdog-stream/logdog-error.html"> |
| 40 <link rel="import" href="../inc/logdog-stream/logdog-stream.html"> | 41 <link rel="import" href="../inc/logdog-stream/logdog-stream.html"> |
| 41 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-query.html"> | 42 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-query.html"> |
| 42 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-fetcher.html"> | 43 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-fetcher.html"> |
| 43 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-view.html"> | 44 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-view.html"> |
| 44 <link rel="import" href="../inc/logdog-list-view/logdog-list-view.html"> | 45 <link rel="import" href="../inc/logdog-list-view/logdog-list-view.html"> |
| 45 <link rel="import" href="../inc/logdog-app-base/logdog-app-base.html"> | 46 <link rel="import" href="../inc/logdog-app-base/logdog-app-base.html"> |
| 46 | 47 |
| 47 <link rel="import" href="logdog-app/logdog-app.html"> | 48 <link rel="import" href="logdog-app/logdog-app.html"> |
| 48 <link rel="import" href="logdog-app/logdog-home-page.html"> | 49 <link rel="import" href="logdog-app/logdog-home-page.html"> |
| 49 | 50 |
| 50 <!-- Custom styles --> | 51 <!-- Custom styles --> |
| 51 <link rel="import" href="../inc/logdog-styles/app-theme.html"> | 52 <link rel="import" href="../inc/logdog-styles/app-theme.html"> |
| 52 <link rel="import" href="../inc/logdog-styles/shared-styles.html"> | 53 <link rel="import" href="../inc/logdog-styles/shared-styles.html"> |
| OLD | NEW |