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

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

Issue 2748073006: Milo Refactor: Remove theme support (Closed)
Patch Set: Fix builder.html pointer Created 3 years, 9 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/configs.html
diff --git a/milo/appengine/frontend/templates/buildbot/pages/configs.html b/milo/appengine/frontend/templates/buildbot/pages/configs.html
deleted file mode 100644
index f11c15cb81589419ae3c9f00613a2bdf0cb79a9f..0000000000000000000000000000000000000000
--- a/milo/appengine/frontend/templates/buildbot/pages/configs.html
+++ /dev/null
@@ -1,37 +0,0 @@
-{{define "title"}}Configs{{end}}
-
-{{ define "head" }}{{ end }}
-
-{{define "body"}}
-<div class="header">
- <a href="{{ .Navi.SiteTitle.URL }}">{{ .Navi.SiteTitle.Label }}</a>
-</div>
-<div class="content">
- <h1>All Projects</h1>
- <h2>These are all of the projects and their settings as defined by luci config</h2>
- {{ range .Projects }}
- <h3> {{ .ID }} </h3>
- <h4> Readers </h4>
- <ul>
- {{ range .Readers }}
- <li> {{ . }} </li>
- {{ end }}
- </ul>
- {{ range .Consoles }}
- <h4> Console: {{ .Name }} </h4>
- <p> <b>ID</b>: {{ .ID }} </p>
- <p> <b>Repo</b>: {{ .RepoURL }} </p>
- <p> <b>Branch</b>: {{ .Branch}} </p>
- <ul>
- {{ range .Builders }}
- <li> <b>{{ .Module }}/{{ .Name }}</b>: {{ .Category }} - {{ .ShortName }} </li>
- {{ end }}
- </ul>
- {{ else }}
- <h4> No consoles defined </h4>
- {{ end }}
- {{ else }}
- <h3> No projects defined </h3>
- {{ end }}
-</div>
-{{end}}

Powered by Google App Engine
This is Rietveld 408576698