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="action_link.html"> | 2 <link rel="import" href="action_link.html"> |
3 <link rel="import" href="function_ref.html"> | 3 <link rel="import" href="function_ref.html"> |
4 <link rel="import" href="script_inset.html"> | 4 <link rel="import" href="script_inset.html"> |
5 <link rel="import" href="script_ref.html"> | 5 |
6 <polymer-element name="isolate-summary"> | 6 <polymer-element name="isolate-summary"> |
7 <template> | 7 <template> |
8 <link rel="stylesheet" href="css/shared.css"> | 8 <link rel="stylesheet" href="css/shared.css"> |
9 <div class="flex-row"> | 9 <div class="flex-row"> |
10 <div> | 10 <div> |
11 <isolate-ref ref="{{ isolate }}"></isolate-ref> | 11 <isolate-ref ref="{{ isolate }}"></isolate-ref> |
12 </div> | 12 </div> |
13 <div style="flex:1"></div> | 13 <div style="flex:1"></div> |
14 <div> | 14 <div> |
15 <isolate-run-state isolate="{{ isolate }}"></isolate-run-state> | 15 <isolate-run-state isolate="{{ isolate }}"></isolate-run-state> |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 <div class="chart-wrapper" id="isolate-counter-chart"> | 222 <div class="chart-wrapper" id="isolate-counter-chart"> |
223 <div class="chart-host-wrapper"> | 223 <div class="chart-host-wrapper"> |
224 <div class="chart-host" id="isolate-counter-chart-host"></div> | 224 <div class="chart-host" id="isolate-counter-chart-host"></div> |
225 <div class="chart-legend-host" id="isolate-counter-chart-legend-host"></
div> | 225 <div class="chart-legend-host" id="isolate-counter-chart-legend-host"></
div> |
226 </div> | 226 </div> |
227 </div> | 227 </div> |
228 </template> | 228 </template> |
229 </polymer-element> | 229 </polymer-element> |
230 | 230 |
231 <script type="application/dart" src="isolate_summary.dart"></script> | 231 <script type="application/dart" src="isolate_summary.dart"></script> |
OLD | NEW |