Chromium Code Reviews| 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 b602b7f5a10fe30ca02f641e5c7861ee36f9611c..cc0ff3b40607fa614561433570f84e0c9d849b6e 100644 |
| --- a/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html |
| +++ b/runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html |
| @@ -167,6 +167,7 @@ |
| See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLink('heapmap')) }}">heap map</a> |
| </div> |
| </div> |
| + <!-- |
| <template if="{{ isolate.ioEnabled }}"> |
| <div class="memberItem"> |
| <div class="memberValue"> |
| @@ -174,6 +175,7 @@ |
| </div> |
| </div> |
| </template> |
| + --> |
|
koda
2014/06/20 15:40:29
Is this temporary? Please explain.
Cutch
2014/06/20 15:41:45
Yes, it is temporary. The UI isn't finished and I
|
| </div> |
| <div class="flex-item-10-percent"> |
| </div> |