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

Unified Diff: runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/observatory_application.html

Issue 24471002: Initial GUI for review (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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/observatory/packages/observatory/src/observatory_elements/observatory_application.html
diff --git a/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/observatory_application.html b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/observatory_application.html
new file mode 100644
index 0000000000000000000000000000000000000000..1eb3fa774a56757dd45657e92e996a31024b58f0
--- /dev/null
+++ b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/observatory_application.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+ <link rel="import" href="navigation_bar.html">
+ <link rel="import" href="response_viewer.html">
+</head>
+<body>
+<polymer-element name="observatory-application" attributes="app">
+ <template>
+ <navigation-bar app="{{ app }}"></navigation-bar>
+ <response-viewer app="{{ app }}"></response-viewer>
+ </template>
+ <script type="application/dart" src="observatory_application.dart"></script>
+</polymer-element>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698