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

Unified Diff: milo/appengine/frontend/frontpage.go

Issue 2944633003: [milo] Add BuildSummary and common models. (Closed)
Patch Set: add comments Created 3 years, 6 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 | « milo/appengine/frontend/buildbot_data.go ('k') | milo/appengine/logdog/build.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/frontpage.go
diff --git a/milo/appengine/frontend/frontpage.go b/milo/appengine/frontend/frontpage.go
index ce4db1c214448eb2dfac037011bcada73e970fd2..c6414a29aec1359930ca12546ac05e534aa74da2 100644
--- a/milo/appengine/frontend/frontpage.go
+++ b/milo/appengine/frontend/frontpage.go
@@ -52,14 +52,8 @@ func frontpageTestData() []common.TestBundle {
{
Name: "Example master A",
Builders: []resp.Link{
- {
- Label: "Example builder",
- URL: "/master1/buildera",
- },
- {
- Label: "Example builder 2",
- URL: "/master1/builderb",
- },
+ *resp.NewLink("Example builder", "/master1/buildera"),
+ *resp.NewLink("Example builder 2", "/master1/builderb"),
},
},
},
« no previous file with comments | « milo/appengine/frontend/buildbot_data.go ('k') | milo/appengine/logdog/build.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698