| 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)
|
| }
|
|
|