OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="nav_bar.html"> | 2 <link rel="import" href="nav_bar.html"> |
3 <link rel="import" href="observatory_element.html"> | 3 <link rel="import" href="observatory_element.html"> |
4 <link rel="import" href="service_ref.html"> | 4 <link rel="import" href="service_ref.html"> |
5 | 5 |
6 <polymer-element name="io-view" extends="observatory-element"> | 6 <polymer-element name="io-view" extends="observatory-element"> |
7 <template> | 7 <template> |
8 <link rel="stylesheet" href="css/shared.css"> | 8 <link rel="stylesheet" href="css/shared.css"> |
9 | 9 |
10 <nav-bar> | 10 <nav-bar> |
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 </template> | 581 </template> |
582 </div> | 582 </div> |
583 </div> | 583 </div> |
584 </div> | 584 </div> |
585 <br> | 585 <br> |
586 <hr> | 586 <hr> |
587 </template> | 587 </template> |
588 </polymer-element> | 588 </polymer-element> |
589 | 589 |
590 <script type="application/dart" src="io_view.dart"></script> | 590 <script type="application/dart" src="io_view.dart"></script> |
OLD | NEW |