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

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

Issue 2494243002: Milo: Fix more builds link in builders page (Closed)
Patch Set: Added notes to builder html handlers Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_with_builds.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{define "title"}}Builder {{ .Builder.Name }}{{end}} 1 {{define "title"}}Builder {{ .Builder.Name }}{{end}}
2 2
3 {{define "head"}}{{end}} 3 {{define "head"}}{{end}}
4 4
5 {{define "body"}} 5 {{define "body"}}
6 <h1>Builder {{.Builder.Name}}</h1> 6 <h1>Builder {{.Builder.Name}}</h1>
7 7
8 {{ if .Builder.CurrentBuilds }} 8 {{ if .Builder.CurrentBuilds }}
9 <h2>Current Builds ({{len .Builder.CurrentBuilds}}):</h2> 9 <h2>Current Builds ({{len .Builder.CurrentBuilds}}):</h2>
10 <ul> 10 <ul>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 {{ .Text }} 107 {{ .Text }}
108 </td> 108 </td>
109 </tr> 109 </tr>
110 {{ end }} 110 {{ end }}
111 </table> 111 </table>
112 {{ else }} 112 {{ else }}
113 <h2>No Recent Builds</h2> 113 <h2>No Recent Builds</h2>
114 {{ end }} 114 {{ end }}
115 115
116 (Show: 116 (Show:
117 <a href="{{.Builder.Name}}">default</a> 117 <a href=".">default</a>
118 <a href="{{.Builder.Name}}?limit=25">25</a> 118 <a href="?limit=25">25</a>
119 <a href="{{.Builder.Name}}?limit=50">50</a> 119 <a href="?limit=50">50</a>
120 <a href="{{.Builder.Name}}?limit=100">100</a> 120 <a href="?limit=100">100</a>
121 <a href="{{.Builder.Name}}?limit=200">200</a> 121 <a href="?limit=200">200</a>
122 ) 122 )
123 123
124 {{end}} 124 {{end}}
OLDNEW
« no previous file with comments | « milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_with_builds.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698