| Index: runtime/bin/vmservice/client/lib/src/elements/observatory_application.html
|
| diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.html b/runtime/bin/vmservice/client/lib/src/elements/observatory_application.html
|
| similarity index 58%
|
| rename from runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.html
|
| rename to runtime/bin/vmservice/client/lib/src/elements/observatory_application.html
|
| index effd98a30b1d881314525d31d02580386f74f65f..58f3d548c7e91e168e99614027c7b258f09304b6 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.html
|
| +++ b/runtime/bin/vmservice/client/lib/src/elements/observatory_application.html
|
| @@ -5,12 +5,7 @@
|
| </head>
|
| <polymer-element name="observatory-application" extends="observatory-element">
|
| <template>
|
| - <template if="{{ app.locationManager.profile }}">
|
| - <isolate-profile app="{{ app }}"></isolate-profile>
|
| - </template>
|
| - <template if="{{ app.locationManager.profile == false }}">
|
| - <response-viewer app="{{ app }}"></response-viewer>
|
| - </template>
|
| + <response-viewer app="{{ app }}"></response-viewer>
|
| </template>
|
| <script type="application/dart" src="observatory_application.dart"></script>
|
| </polymer-element>
|
|
|