| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <link rel="import" href="curly_block.html"> | 2 <link rel="import" href="curly_block.html"> |
| 3 <link rel="import" href="eval_box.html"> | 3 <link rel="import" href="eval_box.html"> |
| 4 <link rel="import" href="function_ref.html"> | 4 <link rel="import" href="function_ref.html"> |
| 5 <link rel="import" href="isolate_summary.html"> | 5 <link rel="import" href="isolate_summary.html"> |
| 6 <link rel="import" href="library_ref.html"> | 6 <link rel="import" href="library_ref.html"> |
| 7 <link rel="import" href="nav_bar.html"> | 7 <link rel="import" href="nav_bar.html"> |
| 8 <link rel="import" href="observatory_element.html"> | 8 <link rel="import" href="observatory_element.html"> |
| 9 <link rel="import" href="script_ref.html"> | 9 <link rel="import" href="script_ref.html"> |
| 10 </head> | 10 </head> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 | 44 |
| 45 <ul class="list-group"> | 45 <ul class="list-group"> |
| 46 <template repeat="{{ isolate in vm.isolates }}"> | 46 <template repeat="{{ isolate in vm.isolates }}"> |
| 47 <li class="list-group-item"> | 47 <li class="list-group-item"> |
| 48 <isolate-summary isolate="{{ isolate }}"></isolate-summary> | 48 <isolate-summary isolate="{{ isolate }}"></isolate-summary> |
| 49 </li> | 49 </li> |
| 50 <hr> | 50 <hr> |
| 51 </template> | 51 </template> |
| 52 </ul> | 52 </ul> |
| 53 </template> | 53 </template> |
| 54 <script type="application/dart;component=1" src="vm_view.dart"></script> | 54 <script type="application/dart" src="vm_view.dart"></script> |
| 55 </polymer-element> | 55 </polymer-element> |
| OLD | NEW |