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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/vm_ref.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/lib/src/elements/vm_ref.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/vm_ref.html b/runtime/bin/vmservice/observatory/lib/src/elements/vm_ref.html
index 2ab2f70f4ddeb96775297a5c4774d9b50d9b16a5..e7cb8e4a46f665997749f60420111660870fa916 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/vm_ref.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/vm_ref.html
@@ -3,7 +3,7 @@
<polymer-element name="vm-ref" extends="service-ref">
<template><link rel="stylesheet" href="css/shared.css">
- <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a>
+ <a on-click="{{ goto }}" _href="{{ url }}">{{ ref.name }}</a>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698