| Index: runtime/observatory/lib/src/elements/class_view.html
|
| diff --git a/runtime/observatory/lib/src/elements/class_view.html b/runtime/observatory/lib/src/elements/class_view.html
|
| index 086b96b572734f06aa1b160b76e6dbf4a921e98e..0edad04d720cdf8b054d377b24a23575ddc0b4a3 100644
|
| --- a/runtime/observatory/lib/src/elements/class_view.html
|
| +++ b/runtime/observatory/lib/src/elements/class_view.html
|
| @@ -1,18 +1,14 @@
|
| <link rel="import" href="../../../../packages/polymer/polymer.html">
|
| <link rel="import" href="action_link.html">
|
| <link rel="import" href="cpu_profile.html">
|
| -<link rel="import" href="curly_block.html">
|
| <link rel="import" href="eval_box.html">
|
| <link rel="import" href="eval_link.html">
|
| <link rel="import" href="field_ref.html">
|
| <link rel="import" href="function_ref.html">
|
| <link rel="import" href="instance_ref.html">
|
| <link rel="import" href="library_ref.html">
|
| -<link rel="import" href="nav_bar.html">
|
| <link rel="import" href="observatory_element.html">
|
| <link rel="import" href="script_inset.html">
|
| -<link rel="import" href="script_ref.html">
|
| -<link rel="import" href="view_footer.html">
|
|
|
| <polymer-element name="class-view" extends="observatory-element">
|
| <template>
|
| @@ -25,6 +21,7 @@
|
| <class-nav-menu cls="{{ cls }}" last="{{ true }}"></class-nav-menu>
|
| <nav-refresh callback="{{ refreshAllocationProfile }}" label="Refresh Allocation Profile"></nav-refresh>
|
| <nav-refresh callback="{{ refresh }}"></nav-refresh>
|
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify>
|
| </nav-bar>
|
|
|
| <div class="content">
|
|
|