| Index: runtime/observatory/lib/src/elements/instructions_view.html
|
| diff --git a/runtime/observatory/lib/src/elements/instructions_view.html b/runtime/observatory/lib/src/elements/instructions_view.html
|
| index feb108cffdc84cce65ba489fc1b0b8842aad11dc..42ac61a6b3193dfad00f3cdc8ab796fdbe9e41d9 100644
|
| --- a/runtime/observatory/lib/src/elements/instructions_view.html
|
| +++ b/runtime/observatory/lib/src/elements/instructions_view.html
|
| @@ -19,6 +19,7 @@
|
| <isolate-nav-menu isolate="{{ instructions.isolate }}"></isolate-nav-menu>
|
| <nav-menu link="." anchor="object" last="{{ true }}"></nav-menu>
|
| <nav-refresh callback="{{ refresh }}"></nav-refresh>
|
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify>
|
| </nav-bar>
|
|
|
| <div class="content">
|
| @@ -42,7 +43,7 @@
|
| </div>
|
|
|
| </div>
|
| -
|
| +
|
| <hr>
|
| <view-footer></view-footer>
|
| </template>
|
|
|