| Index: runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html
|
| diff --git a/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html b/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html
|
| index 5aa8dd4e005fa3d74f585072e2cb2c3a966413b3..9a6572a641e31071642c4176d10a4fcf347ea405 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html
|
| +++ b/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html
|
| @@ -168,6 +168,7 @@
|
| See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLink('heapmap')) }}">heap map</a>
|
| </div>
|
| </div>
|
| + <!-- Disable io link until UI is properly implemented.
|
| <template if="{{ isolate.ioEnabled }}">
|
| <div class="memberItem">
|
| <div class="memberValue">
|
| @@ -175,6 +176,7 @@
|
| </div>
|
| </div>
|
| </template>
|
| + -->
|
| </div>
|
| <div class="flex-item-10-percent">
|
| </div>
|
|
|