| Index: runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html
|
| diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html b/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html
|
| index 957aa9c9850727f1d32dc8ea9114bf56310e0bb8..be9da98bfdfd2d505bbbdecc2ab5c135d901fdbd 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html
|
| +++ b/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html
|
| @@ -10,7 +10,7 @@
|
| <img src="img/isolate_icon.png" class="img-polaroid">
|
| </div>
|
|
|
| - <div class="col-md-1">{{ isolate.name }}</div>
|
| + <div class="col-md-1">{{ isolate.vmName }}</div>
|
|
|
| <!-- TODO(turnidge): Use function-ref when it can take isolate param -->
|
| <div class="col-md-4">
|
| @@ -18,12 +18,11 @@
|
| <div class="row">
|
| <template if="{{ isolate.entry['id'] != null }}">
|
| <a href="{{ app.locationManager.relativeLink(isolate.id, isolate.entry['id']) }}">
|
| - {{ isolate.entry['name'] }}
|
| + {{ isolate.name }}
|
| </a>
|
| </template>
|
| <template if="{{ isolate.entry['id'] == null }}">
|
| - <!-- fred -->
|
| - root isolate
|
| + {{ isolate.name }}
|
| </template>
|
| </div>
|
|
|
|
|