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

Unified Diff: milo/appengine/frontend/templates/pages/frontpage.html

Issue 2801463002: Milo: Use custom config caching layer (Closed)
Patch Set: Review: Remove double logging Created 3 years, 8 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/appengine/frontend/templates/pages/configs.html ('k') | milo/appengine/swarming/html.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/templates/pages/frontpage.html
diff --git a/milo/appengine/frontend/templates/pages/frontpage.html b/milo/appengine/frontend/templates/pages/frontpage.html
index 4b6bb3a669eeb60cc537a1bc2bcdd22c2d463c31..77016413cac7f63410f391005bb4d6224b6c22cc 100644
--- a/milo/appengine/frontend/templates/pages/frontpage.html
+++ b/milo/appengine/frontend/templates/pages/frontpage.html
@@ -5,6 +5,10 @@
{{define "body"}}
<h1>Milo</h1>
+{{ if .error }}
+Encountered error while loading front page: {{ .error }}
+{{ end }}
+
{{ range .frontpage.CIServices }}
<h2> {{ .Name }}
{{ if .Host }} ({{ .Host | linkify }}) {{ end }}
« no previous file with comments | « milo/appengine/frontend/templates/pages/configs.html ('k') | milo/appengine/swarming/html.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698