| Index: milo/appengine/frontend/buildbot_data.go
|
| diff --git a/milo/appengine/frontend/buildbot_data.go b/milo/appengine/frontend/buildbot_data.go
|
| index 0006fcf2ea7a165449928e3e6f8ec3ba58a4c1ea..168b2ff972de8f29fc10dddfb05f572e80b09a55 100644
|
| --- a/milo/appengine/frontend/buildbot_data.go
|
| +++ b/milo/appengine/frontend/buildbot_data.go
|
| @@ -54,6 +54,12 @@ func buildbotBuilderTestData() []common.TestBundle {
|
| Data: templates.Args{
|
| "Builder": &resp.Builder{
|
| Name: "Sample Builder",
|
| + MachinePool: &resp.MachinePool{
|
| + Total: 15,
|
| + Disconnected: 13,
|
| + Idle: 5,
|
| + Busy: 8,
|
| + },
|
| CurrentBuilds: []*resp.BuildSummary{
|
| {
|
| Link: &resp.Link{
|
|
|