diff --git a/public/styles/normal.css b/public/styles/normal.css index 7793a73..91d6cd7 100644 --- a/public/styles/normal.css +++ b/public/styles/normal.css @@ -107,4 +107,8 @@ div.site { div.incident { margin-left: 2em; -} \ No newline at end of file +} + +table th, table td { + text-align: center; +} diff --git a/source/webui/templates/home.tpl b/source/webui/templates/home.tpl index 49dee50..cf6f43e 100644 --- a/source/webui/templates/home.tpl +++ b/source/webui/templates/home.tpl @@ -3,6 +3,7 @@ Service + Sites Current {foreach from=$days key="ind" item="day"} {$day} @@ -13,28 +14,19 @@ {foreach from=$services item=service} - + {$service->name} - {foreach from=$service->sites() item=site} {assign var=incidents value=$site->openIncidents()} - {$site->name} {StatusBoard_Status::name($site->status())} - - good - good - good - good - good - good - + {foreachelse} - + {/foreach} {/foreach} diff --git a/source/webui/templates/index.tpl b/source/webui/templates/index.tpl index cde16ed..c521952 100644 --- a/source/webui/templates/index.tpl +++ b/source/webui/templates/index.tpl @@ -22,7 +22,7 @@ - + I can