| 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 b9541426e1d673da3f1be710856c343a5d893543..c998860b1b23143e3209ed709624122100c3d84b 100644
|
| --- a/runtime/observatory/lib/src/elements/class_view.html
|
| +++ b/runtime/observatory/lib/src/elements/class_view.html
|
| @@ -24,6 +24,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">
|
|
|