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

Side by Side Diff: milo/frontend/templates/pages/console.html

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « milo/frontend/templates/pages/configs.html ('k') | milo/frontend/templates/pages/error.html » ('j') | 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"}}Milo{{end}} 1 {{define "title"}}Milo{{end}}
2 2
3 {{define "head"}} 3 {{define "head"}}
4 <style> 4 <style>
5 th { 5 th {
6 border: 1px silver; 6 border: 1px silver;
7 } 7 }
8 </style> 8 </style>
9 {{end}} 9 {{end}}
10 10
(...skipping 16 matching lines...) Expand all
27 <a href="{{.Link.URL}}">x</a> 27 <a href="{{.Link.URL}}">x</a>
28 {{ end }} 28 {{ end }}
29 {{ end }} 29 {{ end }}
30 </td> 30 </td>
31 {{ end }} 31 {{ end }}
32 </tr> 32 </tr>
33 {{ end }} 33 {{ end }}
34 </table> 34 </table>
35 35
36 {{end}} <!-- Body --> 36 {{end}} <!-- Body -->
OLDNEW
« no previous file with comments | « milo/frontend/templates/pages/configs.html ('k') | milo/frontend/templates/pages/error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698