| Index: runtime/bin/vmservice/client/deployed/web/index_devtools.html
|
| diff --git a/runtime/bin/vmservice/client/deployed/web/index_devtools.html b/runtime/bin/vmservice/client/deployed/web/index_devtools.html
|
| index 54ad1c6ae49ea3e98879c884288bab7ac15a663a..57782b1da41a8b770e5d5632a997de060bf044b6 100644
|
| --- a/runtime/bin/vmservice/client/deployed/web/index_devtools.html
|
| +++ b/runtime/bin/vmservice/client/deployed/web/index_devtools.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>
|
|
|