| 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 ac7fefd9e8546fa590024260f8da3cdb72229bb8..f024c58fef53f82bc55967469ba6ce837ad417ae 100644
|
| --- a/runtime/bin/vmservice/client/deployed/web/index.html
|
| +++ b/runtime/bin/vmservice/client/deployed/web/index.html
|
| @@ -1,12 +1,12 @@
|
| -<!DOCTYPE html><html><head>
|
| -
|
| +<!DOCTYPE html><html><head><script src="packages/shadow_dom/shadow_dom.debug.js"></script>
|
| +<script src="packages/custom_element/custom-elements.debug.js"></script>
|
|
|
| <meta charset="utf-8">
|
| <link type="text/css" rel="stylesheet" href="bootstrap_css/css/bootstrap.min.css">
|
|
|
| <title>Dart VM Observatory</title>
|
| <script type="text/javascript" src="https://www.google.com/jsapi"></script>
|
| -
|
| + <script src="packages/browser/interop.js"></script>
|
|
|
| <script src="index.html_bootstrap.dart.js"></script>
|
|
|
| @@ -890,7 +890,7 @@
|
| <template>
|
| <div class="row">
|
| <div class="col-md-1">
|
| - <img src="img/isolate_icon.png" class="img-polaroid">
|
| + <img src="packages/observatory/src/elements/img/isolate_icon.png" class="img-polaroid">
|
| </div>
|
|
|
| <div class="col-md-1">{{ isolate.mainPort }}</div>
|
|
|