Index: runtime/observatory/lib/src/elements/cpu_profile.html |
diff --git a/runtime/observatory/lib/src/elements/cpu_profile.html b/runtime/observatory/lib/src/elements/cpu_profile.html |
index 90b15188e34a12c45f448bf97358e48dc45e4a1b..9a1a4fdbfc74977cfaaf5957bf0729f9b0efe8a0 100644 |
--- a/runtime/observatory/lib/src/elements/cpu_profile.html |
+++ b/runtime/observatory/lib/src/elements/cpu_profile.html |
@@ -11,7 +11,7 @@ |
<nav-bar> |
<top-nav-menu></top-nav-menu> |
<isolate-nav-menu isolate="{{ isolate }}"></isolate-nav-menu> |
- <nav-menu link="{{ '/profiler' + isolate.link }}" anchor="cpu profile" last="{{ true }}"></nav-menu> |
+ <nav-menu link="{{ '/profiler/' + isolate.id }}" anchor="cpu profile" last="{{ true }}"></nav-menu> |
Cutch
2015/02/05 14:54:48
Why not makeLink('/profiler', isolate) here and el
turnidge
2015/02/05 17:11:36
Done.
|
<nav-refresh callback="{{ refresh }}"></nav-refresh> |
<nav-control></nav-control> |
</nav-bar> |