diff --git a/site/static/error.html b/site/static/error.html index 405ee59d48..af723ebcd1 100644 --- a/site/static/error.html +++ b/site/static/error.html @@ -1,187 +1,179 @@ {{/* - This template is used by application handlers to render friendly error pages - when there is a proxy error (for example, when the target app isn't running). + This template is used by application handlers to render friendly error pages + when there is a proxy error (for example, when the target app isn't running). - Since it is served from subdomains, both on proxies and the primary, it MUST - NOT access any external resources. It must be entirely self-contained. This - includes anything in `/static` or `/icon`, as these are not served from - subdomains. + Since it is served from subdomains, both on proxies and the primary, it MUST + NOT access any external resources. It must be entirely self-contained. This + includes anything in `/static` or `/icon`, as these are not served from + subdomains. */}} -
- - - -{{ .Error.Description }}
- {{ end }} {{- if .Error.AdditionalInfo }} -{{ .Error.AdditionalInfo }}
- {{ end }} {{- if .Error.Warnings }} -{{ .Error.Description }}
+ {{ end }} {{- if .Error.AdditionalInfo }} +{{ .Error.AdditionalInfo }}
+ {{ end }} +