| Index: runtime/observatory/lib/src/elements/json_view.html
|
| diff --git a/runtime/observatory/lib/src/elements/json_view.html b/runtime/observatory/lib/src/elements/json_view.html
|
| index 4ef479b3bc87bae79ae3ebe581480517afbbfded..5aa2a68210ae68f2dca866315ea100ae4d4868c7 100644
|
| --- a/runtime/observatory/lib/src/elements/json_view.html
|
| +++ b/runtime/observatory/lib/src/elements/json_view.html
|
| @@ -5,6 +5,7 @@
|
| <template>
|
| <nav-bar>
|
| <top-nav-menu last="{{ true }}"></top-nav-menu>
|
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify>
|
| </nav-bar>
|
| <pre>{{ mapAsString }}</pre>
|
| </template>
|
|
|