Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html

Issue 185413015: Update the navbar in the observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: new js Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html
diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html b/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html
index 9cbc5dc3a1194b817f7b904fef6d234cf4960739..4ba897b0290932e1fbe0497e7429c5b03bb21cc6 100644
--- a/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html
+++ b/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html
@@ -1,9 +1,14 @@
<head>
<link rel="import" href="isolate_summary.html">
+ <link rel="import" href="nav_bar.html">
</head>
<polymer-element name="isolate-list" extends="observatory-element">
<template>
- <button type="button" on-click="{{refresh}}">Refresh</button>
+ <nav-bar>
+ <top-nav-menu last="{{ true }}"></top-nav-menu>
+ <!-- TODO(turnidge): Why doesn't "this.refresh" work? -->
+ <nav-refresh callback="{{ refresh } }}"></nav-refresh>
+ </nav-bar>
<ul class="list-group">
<template repeat="{{ isolate in app.isolateManager.isolates.values }}">
<li class="list-group-item">

Powered by Google App Engine
This is Rietveld 408576698