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

Unified Diff: milo/appengine/frontend/templates/buildbot/pages/build.html

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: train Created 3 years, 10 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: milo/appengine/frontend/templates/buildbot/pages/build.html
diff --git a/milo/appengine/frontend/templates/buildbot/pages/build.html b/milo/appengine/frontend/templates/buildbot/pages/build.html
index aa74da0a4519801d7706cac4517d468526037811..6a1a0fb0fd05b3f7e6750328ddf7cf1f8e9321bc 100644
--- a/milo/appengine/frontend/templates/buildbot/pages/build.html
+++ b/milo/appengine/frontend/templates/buildbot/pages/build.html
@@ -193,7 +193,7 @@
{{ else if (startswith .Value "https://") }}
<a href="{{.Value}}">{{.Value}}</a>
{{ else }}
- {{.Value}}
+ {{ .Value | formatJson }}
{{ end }}
</td>
<td>{{$name}}</td>

Powered by Google App Engine
This is Rietveld 408576698