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

Unified Diff: milo/appengine/frontend/templates/buildbot/pages/builder.html

Issue 2407153006: Milo: Add builder name to builder page (Closed)
Patch Set: Created 4 years, 2 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
Index: milo/appengine/frontend/templates/buildbot/pages/builder.html
diff --git a/milo/appengine/frontend/templates/buildbot/pages/builder.html b/milo/appengine/frontend/templates/buildbot/pages/builder.html
index 17d2b9dad6e8ddb2300b7ccb2f2da7d9fd951374..23fe7de82bfe043e02b13239354e7e64b358b4d1 100644
--- a/milo/appengine/frontend/templates/buildbot/pages/builder.html
+++ b/milo/appengine/frontend/templates/buildbot/pages/builder.html
@@ -3,6 +3,8 @@
{{define "head"}}{{end}}
{{define "body"}}
+<h1>Builder {{.Builder.Name}}</h1>
+
{{ if .Builder.CurrentBuilds }}
<h2>Current Builds ({{len .Builder.CurrentBuilds}}):</h2>
<ul>

Powered by Google App Engine
This is Rietveld 408576698