| Index: runtime/observatory/lib/src/elements/function_view.html
|
| diff --git a/runtime/observatory/lib/src/elements/function_view.html b/runtime/observatory/lib/src/elements/function_view.html
|
| index 614554a04cf8b6e76f798fb194dc5d1d8abfa7ac..173b2bf508fa4ecedd8c7ade7fb66eabd09955df 100644
|
| --- a/runtime/observatory/lib/src/elements/function_view.html
|
| +++ b/runtime/observatory/lib/src/elements/function_view.html
|
| @@ -21,6 +21,7 @@
|
| </template>
|
| <nav-menu link="{{ makeLink('/inspect', function) }}" anchor="{{ function.name }}" last="{{ true }}"></nav-menu>
|
| <nav-refresh callback="{{ refresh }}"></nav-refresh>
|
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify>
|
| </nav-bar>
|
|
|
| <div class="content">
|
|
|