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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/eval_link.html

Issue 292663012: Retaining path in Observatory. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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/client/lib/src/elements/eval_link.html
===================================================================
--- runtime/bin/vmservice/client/lib/src/elements/eval_link.html (revision 36435)
+++ runtime/bin/vmservice/client/lib/src/elements/eval_link.html (working copy)
@@ -15,10 +15,10 @@
</style>
<template if="{{ busy }}">
- <span class="busy">[evaluate]</span>
+ <span class="busy">{{ label }}</span>
</template>
<template if="{{ !busy }}">
- <span class="idle"><a on-click="{{ evalNow }}">[evaluate]</a></span>
+ <span class="idle"><a on-click="{{ evalNow }}">{{ label }}</a></span>
</template>
<template if="{{ result != null }}">
= <instance-ref ref="{{ result }}"></instance-ref>

Powered by Google App Engine
This is Rietveld 408576698