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

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

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: Rebase Created 3 years, 9 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/pages/build.html
diff --git a/milo/appengine/frontend/templates/pages/build.html b/milo/appengine/frontend/templates/pages/build.html
index 277e8adc460d345fdf1c00052040fb7241d41bc8..0d45ff3c6f187d716391d2c54e6bb756cba1f56b 100644
--- a/milo/appengine/frontend/templates/pages/build.html
+++ b/milo/appengine/frontend/templates/pages/build.html
@@ -220,7 +220,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