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

Unified Diff: runtime/observatory/lib/src/elements/isolate_reconnect.html

Issue 2202973002: Converted Observatory isolate-reconnect element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed typo Created 4 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/observatory/lib/src/elements/isolate_reconnect.html
diff --git a/runtime/observatory/lib/src/elements/isolate_reconnect.html b/runtime/observatory/lib/src/elements/isolate_reconnect.html
deleted file mode 100644
index 1f678f5e980993757fb7e21e7b12253a1a4d7035..0000000000000000000000000000000000000000
--- a/runtime/observatory/lib/src/elements/isolate_reconnect.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<link rel="import" href="../../../../packages/polymer/polymer.html">
-
-<polymer-element name="isolate-reconnect">
- <template>
- <link rel="stylesheet" href="css/shared.css">
- <style>
- .doubleSpaced {
- line-height: 2em;
- }
- </style>
-
- <nav-bar>
- <top-nav-menu last="{{ true }}"></top-nav-menu>
- <nav-notify notifications="{{ app.notifications }}"></nav-notify>
- </nav-bar>
-
- <div class="content-centered">
- <h1 class="doubleSpaced">Isolate {{ missingIsolateId }} no longer exists</h1>
- <div class="memberList">
- <template repeat="{{ i in app.vm.isolates }}">
- <div class="memberItem doubleSpaced">
- Continue in <a _href="{{ linkToContinueIn(i) }}">{{ i.id }} ({{ i.name }})</a>
- </div>
- </template>
- <div class="memberItem doubleSpaced">
- Go to <a _href="{{ gotoLink('/vm') }}">isolates summary</a>
- </div>
- </div>
- </div>
- </template>
-</polymer-element>
-
-<script type="application/dart" src="isolate_reconnect.dart"></script>
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_reconnect.dart ('k') | runtime/observatory/observatory_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698