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

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

Issue 2257643002: Milo-Swarmbucket: Add indication for incomplete logs (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: 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: milo/appengine/frontend/templates/buildbot/pages/log.html
diff --git a/milo/appengine/frontend/templates/buildbot/pages/log.html b/milo/appengine/frontend/templates/buildbot/pages/log.html
index ac4dbc35ed1032049488770dde420eaba5a8febf..08244bc79d28c3ccb7d411d8ce7b56b4d1553288 100644
--- a/milo/appengine/frontend/templates/buildbot/pages/log.html
+++ b/milo/appengine/frontend/templates/buildbot/pages/log.html
@@ -4,4 +4,7 @@
{{define "body"}}
<div class="log"><pre>{{.Log}}</pre></div>
+{{ if not .Closed }}
+<div>(... Log is incomplete ...)</div>
+{{ end }}
{{end}}
« no previous file with comments | « milo/appengine/frontend/expectations/buildbot-swarming.TestableLog-Basic_log.html ('k') | milo/appengine/swarming/buildLog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698