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

Unified Diff: runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_exception_view.html

Issue 262303002: Observatory grab-bag for 1.4 release. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js 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/deployed/web/packages/observatory/src/elements/service_exception_view.html
diff --git a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_exception_view.html b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_exception_view.html
index 111eabfab77453eadb846b0e9cdd8d62614a57c3..b3d9c629d4d519cd31762ecd597c328041b2eb03 100644
--- a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_exception_view.html
+++ b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_exception_view.html
@@ -8,10 +8,13 @@
<nav-bar>
<top-nav-menu last="{{ true }}"></top-nav-menu>
</nav-bar>
- <div class="content">
- <h1>{{ exception.kind }}</h1>
- <div class="well">{{ exception.message }}</div>
+ <div class="content-centered">
+ <h1>{{ exception.kind }}</h1>
+ <br>
+ <div class="well">{{ exception.message }}</div>
+ <template if="{{ exception.response != '' }}">
<div class="well">{{ exception.response }}</div>
+ </template>
</div>
</template>
<script type="application/dart" src="service_exception_view.dart"></script>

Powered by Google App Engine
This is Rietveld 408576698