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

Side by Side 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 unified diff | Download patch
OLDNEW
1 {{define "title"}}Build Log{{end}} 1 {{define "title"}}Build Log{{end}}
2 2
3 {{define "head"}}{{end}} 3 {{define "head"}}{{end}}
4 4
5 {{define "body"}} 5 {{define "body"}}
6 <div class="log"><pre>{{.Log}}</pre></div> 6 <div class="log"><pre>{{.Log}}</pre></div>
7 {{ if not .Closed }}
8 <div>(... Log is incomplete ...)</div>
9 {{ end }}
7 {{end}} 10 {{end}}
OLDNEW
« 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