aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/templates/repo.html')
-rw-r--r--server/templates/repo.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/server/templates/repo.html b/server/templates/repo.html
index 63371bb..98d94f6 100644
--- a/server/templates/repo.html
+++ b/server/templates/repo.html
@@ -2,11 +2,11 @@ $def with (repo_data)
$var title: Repository
<table border="1">
- <tr>
- <th>Repository</th>
- <th>Hosts</th>
- <th>Packages</th>
- </tr>
- $for repo in repo_data.keys():
- <tr><td>$repo</td><td>$repo_data[repo]['HOSTS']</td><td>$repo_data[repo]['PACKAGES']</td></tr>
+ <tr>
+ <th>Repository</th>
+ <th>Hosts</th>
+ <th>Packages</th>
+ </tr>
+ $for repo in repo_data.keys():
+ <tr><td>$repo</td><td>$repo_data[repo]['HOSTS']</td><td>$repo_data[repo]['PACKAGES']</td></tr>
</table>