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

Unified Diff: runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.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/navigation_bar.html
diff --git a/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.html b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.html
new file mode 100644
index 0000000000000000000000000000000000000000..0e600d2e1179e4b1959012dbed3d0ce4ae96cea1
--- /dev/null
+++ b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.html
@@ -0,0 +1,16 @@
+<polymer-element name="navigation-bar" attributes="app">
+ <template>
+ <nav class="navbar navbar-default" role="navigation">
+ <div class="navbar-header">
+ <a class="navbar-brand" href="">Observatory</a>
+ </div>
+ <div class="collapse navbar-collapse navbar-ex1-collapse">
+ <input class="span2 pull-right navbar-form"
+ placeholder="VM Address"
+ type="text"
+ value="{{ app.requestManager.prefix }}">
+ </div>
+ </nav>
+ </template>
+ <script type="application/dart" src="navigation_bar.dart"></script>
+</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698