| Index: runtime/bin/vmservice/client/deployed/web/index.html
|
| diff --git a/runtime/bin/vmservice/client/deployed/web/index.html b/runtime/bin/vmservice/client/deployed/web/index.html
|
| index c87c8a7f21148b61cfb44cb2913303dc78a1ce6d..4f86a0fd19bd66a10e2b97202d5a4e5f55a38af7 100644
|
| --- a/runtime/bin/vmservice/client/deployed/web/index.html
|
| +++ b/runtime/bin/vmservice/client/deployed/web/index.html
|
| @@ -1148,15 +1148,17 @@ hr {
|
| float: right;
|
| margin: 0;
|
| }
|
| - li button {
|
| + button {
|
| margin: 3px;
|
| padding: 8px;
|
| }
|
| </style>
|
| + <!-- Disable until issues with history in Dartium are fixed
|
| <li>
|
| - <button class="black" on-click="{{ back }}">◀</button>
|
| - <button class="black" on-click="{{ forward }}">▶</button>
|
| + <button class="black" on-click="{{ back }}">◀</button>
|
| + <button class="black" on-click="{{ forward }}">▶</button>
|
| </li>
|
| + -->
|
| </template>
|
| </polymer-element>
|
|
|
| @@ -11681,6 +11683,7 @@ hr {
|
| 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">
|
| @@ -11688,6 +11691,7 @@ hr {
|
| </div>
|
| </div>
|
| </template>
|
| + -->
|
| </div>
|
| <div class="flex-item-10-percent">
|
| </div>
|
|
|