Chromium Code Reviews| Index: runtime/observatory/lib/src/elements/io_view.html |
| diff --git a/runtime/observatory/lib/src/elements/io_view.html b/runtime/observatory/lib/src/elements/io_view.html |
| index fcc83999aceedff42af92e38ae3e1108e672cb39..3bfdec51747344d429eeceae875b9d297815dae0 100644 |
| --- a/runtime/observatory/lib/src/elements/io_view.html |
| +++ b/runtime/observatory/lib/src/elements/io_view.html |
| @@ -10,6 +10,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -89,6 +90,8 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
|
rmacnak
2016/07/21 23:17:58
Just one please.
cbernaschina
2016/07/21 23:20:44
Done.
|
| </nav-bar> |
| <div class="content"> |
| @@ -123,6 +126,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -184,6 +188,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -225,6 +230,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -355,6 +361,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -382,6 +389,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -415,6 +423,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -442,6 +451,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -476,6 +486,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |
| @@ -515,6 +526,7 @@ |
| <nav-bar> |
| <top-nav-menu last="{{ true }}"></top-nav-menu> |
| <nav-refresh callback="{{ refresh }}"></nav-refresh> |
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
| </nav-bar> |
| <div class="content"> |