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

Unified Diff: milo/frontend/templates/pages/console.html

Issue 2953183002: Fix milo deployment (Closed)
Patch Set: License header fix 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/frontend/templates/pages/configs.html ('k') | milo/frontend/templates/pages/error.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/templates/pages/console.html
diff --git a/milo/frontend/templates/pages/console.html b/milo/frontend/templates/pages/console.html
deleted file mode 100644
index 3d64e0f42360deb38cbe9624390d8e3f7a954ee1..0000000000000000000000000000000000000000
--- a/milo/frontend/templates/pages/console.html
+++ /dev/null
@@ -1,36 +0,0 @@
-{{define "title"}}Milo{{end}}
-
-{{define "head"}}
-<style>
-th {
- border: 1px silver;
-}
-</style>
-{{end}}
-
-{{define "body"}}
-<h1>{{.Console.Name}}</h1>
-
-<table>
- <thead>
- {{ .Console.BuilderRef | consoleHeader }}
- </thead>
-{{ range .Console.Commit }}
- <tr>
- <td>
- {{ .Commit.Revision }}
- </td>
- {{ range .Build }}
- <td {{ if . }}class="status-{{.Status.String}}"{{ end }}>
- {{ if . }}
- {{ if .Link }}
- <a href="{{.Link.URL}}">x</a>
- {{ end }}
- {{ end }}
- </td>
- {{ end }}
- </tr>
-{{ end }}
-</table>
-
-{{end}} <!-- Body -->
« 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