diff --git a/public/styles/normal.css b/public/styles/normal.css index 2f34a22..a8579cf 100644 --- a/public/styles/normal.css +++ b/public/styles/normal.css @@ -112,3 +112,12 @@ div.incident { table th, table td { text-align: center; } + +th.service { + text-align: left; + background-color: #dddddd; +} + +.odd_row { + background-color: #eeeeee; +} \ No newline at end of file diff --git a/source/webui/templates/home.tpl b/source/webui/templates/home.tpl index cf6f43e..8cdf1ce 100644 --- a/source/webui/templates/home.tpl +++ b/source/webui/templates/home.tpl @@ -1,35 +1,55 @@
| Service | -Sites | Current | {foreach from=$days key="ind" item="day"} -{$day} | +{$day} | {/foreach} -|||
|---|---|---|---|---|---|---|---|
| + | |||||||
| {$service->name} | +|||||||
| {$site->name} | {StatusBoard_Status::name($site->status())} | - {foreachelse} -+ TODO + | ++ TODO + | ++ TODO + | ++ TODO + | ++ TODO + | ++ TODO + | + + {/foreach} {/foreach}