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

Unified Diff: runtime/observatory/lib/src/elements/nav_bar.html

Issue 1285143004: Synchronize isolate dropdown with isolate summary (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/nav_bar.html
diff --git a/runtime/observatory/lib/src/elements/nav_bar.html b/runtime/observatory/lib/src/elements/nav_bar.html
index c2e379fd8d7bc4c1a9d53bd6735f1d53ee8e17c2..73ce52c5f652d2145b29b3a2e08c7c8499652988 100644
--- a/runtime/observatory/lib/src/elements/nav_bar.html
+++ b/runtime/observatory/lib/src/elements/nav_bar.html
@@ -193,12 +193,22 @@
<nav-menu link="{{ makeLink('/inspect', isolate) }}" anchor="{{ isolate.name }}" last="{{ last }}">
<nav-menu-item link="{{ makeLink('/debugger', isolate) }}"
anchor="debugger"></nav-menu-item>
+ <nav-menu-item link="{{ makeLink('/class-tree', isolate) }}"
+ anchor="class hierarchy"></nav-menu-item>
<nav-menu-item link="{{ makeLink('/profiler', isolate) }}"
anchor="cpu profile"></nav-menu-item>
<nav-menu-item link="{{ makeLink('/allocation-profiler', isolate) }}"
anchor="allocation profile"></nav-menu-item>
<nav-menu-item link="{{ makeLink('/heap-map', isolate) }}"
anchor="heap map"></nav-menu-item>
+ <nav-menu-item link="{{ makeLink('/metrics', isolate) }}"
+ anchor="metrics"></nav-menu-item>
+ <nav-menu-item link="{{ makeLink('/heap-snapshot', isolate) }}"
+ anchor="heap snapshot"></nav-menu-item>
+ <nav-menu-item link="{{ makeLink('/ports', isolate) }}"
+ anchor="ports"></nav-menu-item>
+ <nav-menu-item link="{{ makeLink('/logging', isolate) }}"
+ anchor="logging"></nav-menu-item>
<content></content>
</nav-menu>
</template>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698