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

Unified Diff: milo/frontend/view_console.go

Issue 2983353002: Milo: Fix console table alignment (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/view_console.go
diff --git a/milo/frontend/view_console.go b/milo/frontend/view_console.go
index 44d078fddab87ff703dccf1a5c21b85087085983..595139531f699de21edf84ab68703b369ea84ba8 100644
--- a/milo/frontend/view_console.go
+++ b/milo/frontend/view_console.go
@@ -156,7 +156,7 @@ func (c consoleRenderer) Header() template.HTML {
}
// Last row: The actual builder shortnames.
- result += "<tr><th></th>"
+ result += "<tr><th></th><th></th>"
for _, br := range c.BuilderRef {
result += fmt.Sprintf("<th>%s</th>", br.ShortName)
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698