diff --git a/source/webui/templates/admin.tpl b/source/webui/templates/admin.tpl index 04989aa..458a839 100644 --- a/source/webui/templates/admin.tpl +++ b/source/webui/templates/admin.tpl @@ -16,14 +16,26 @@
Click on a Service to edit its properties, or access any of the sites defined under it.
- +| Service | +Description | +Action | + + {if $services} -
|---|---|---|
| {$service->name|escape:html} | +{$service->description|escape:html} | +{/foreach} - + |