diff --git a/webapp/web/css/startupStatus.css b/webapp/web/css/startupStatus.css index 58a8176e7..9bd8afecf 100644 --- a/webapp/web/css/startupStatus.css +++ b/webapp/web/css/startupStatus.css @@ -1,6 +1,6 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -/* Styles for Freemarker template startupStatus-display and startupStatus-displayRaw */ +/* Styles for Freemarker template startupStatus-display */ table.item { border: thin solid black; diff --git a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl index 8ccc2e614..de14436bc 100644 --- a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl +++ b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl @@ -6,6 +6,9 @@ "raw" because this template works outside of the usual framework, in case the Freemarker context didn't initialize properly. + + This file can't even include a reference to an external CSS file, in case + the servlet routing filters are broken. --> <#macro statusItem item> @@ -44,7 +47,33 @@ Startup Status - + +