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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.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/inbound_reference.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html b/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html
index c6134692690b277759eb416029d78015ae4dc001..a820224a40c78a315e1c6e83f4db1bc29f8d0b0a 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html
@@ -1,5 +1,6 @@
<link rel="import" href="../../../../packages/polymer/polymer.html">
<link rel="import" href="curly_block.html">
+<link rel="import" href="field_ref.html">
<link rel="import" href="observatory_element.html">
<link rel="import" href="service_ref.html">
@@ -9,7 +10,7 @@
<div>
from <any-service-ref ref="{{ source }}"></any-service-ref>
<template if="{{ slotIsArrayIndex }}">via [{{ slot }}]</template>
- <template if="{{ slotIsField }}">via <field-ref ref="{{ slot }}"></template>
+ <template if="{{ slotIsField }}">via <field-ref ref="{{ slot }}"></field-ref></template>
<curly-block callback="{{ expander() }}">
<div class="memberList">

Powered by Google App Engine
This is Rietveld 408576698