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

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

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: Add in empty strings Created 3 years, 8 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
« no previous file with comments | « milo/appengine/frontend/static/buildbot/css/default.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c3512224a3f99c10f99040b25306e14bb6747e86..50220185e3e5158f3ece88dc9e9616272fe0c876 100644
--- a/milo/appengine/frontend/templates/pages/build.html
+++ b/milo/appengine/frontend/templates/pages/build.html
@@ -216,17 +216,7 @@
{{ range .Property }}
<tr>
<td class="left">{{.Key}}</td>
- <td>
- {{ if (eq .Key "requestedAt") }}
- {{ .Value | parseRFC3339 | localTime "" }}
- {{ else if (eq .Key "blamelist") }}
- {{ .Value | obfuscateEmail }}
- {{ else if (startswith .Value "https://") }}
- <a href="{{.Value}}">{{.Value}}</a>
- {{ else }}
- {{.Value}}
- {{ end }}
- </td>
+ <td>{{.Value}}</td>
<td>{{$name}}</td>
</tr>
{{ end }}
« no previous file with comments | « milo/appengine/frontend/static/buildbot/css/default.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698