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

Unified Diff: runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/nav_bar.html

Issue 457803002: Initial UI for Metrics in Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/nav_bar.html
diff --git a/runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/nav_bar.html b/runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/nav_bar.html
index a690cf2488e6becdfcda8946cbe8d2cb16b11ad1..a5150043ac584314f5f809b1761a9847692a01c4 100644
--- a/runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/nav_bar.html
+++ b/runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/nav_bar.html
@@ -82,7 +82,7 @@
</style>
<li class="menu">
- <a on-click="{{ goto }}" href="{{ gotoLink(link) }}">{{ anchor }}</a>
+ <a on-click="{{ goto }}" _href="{{ gotoLink(link) }}">{{ anchor }}</a>
<ul><content></content></ul>
</li>
<template if="{{ !last }}">
@@ -130,7 +130,7 @@
text-decoration: none;
}
</style>
- <li><a on-click="{{ goto }}" href="{{ gotoLink(link) }}">{{ anchor }}</a>
+ <li><a on-click="{{ goto }}" _href="{{ gotoLink(link) }}">{{ anchor }}</a>
<ul><content></content></ul>
</li>
</template>
@@ -322,7 +322,7 @@
<div class="item">
Isolate
<a class="link" on-click="{{ goto }}"
- href="{{ event.isolate.link }}">{{ event.isolate.name }}</a>
+ _href="{{ event.isolate.link }}">{{ event.isolate.name }}</a>
is paused
<template if="{{ event.breakpoint != null }}">
at breakpoint

Powered by Google App Engine
This is Rietveld 408576698