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

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

Issue 2801463002: Milo: Use custom config caching layer (Closed)
Patch Set: Working 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
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..1a22bbbadb75c4a1161973075cc84d7b163c6245 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 .errors }}
+Encountered error while loading front page: {{ .errors }}
+{{ end }}
+
{{ range .frontpage.CIServices }}
<h2> {{ .Name }}
{{ if .Host }} ({{ .Host | linkify }}) {{ end }}

Powered by Google App Engine
This is Rietveld 408576698