From 62965d0668e81fc801c4be2d61c1a0b64b0edca8 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 20 Dec 2009 23:43:21 +0100 Subject: cli + web fixes --- module/web/templates/default/home.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'module/web/templates/default/home.html') diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 8124902db..43cf16ae0 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -16,6 +16,21 @@ Active Downloads Progress + + {% for link in content %} + + {{ link.name }} + {{ link.status }} + {{ content.eta }} @ {{content.speed }} + {{ link.kbleft }} + {{ link.percent }}% / {{ link.size }} + + + + + + + {% endfor %} {% endblock %} \ No newline at end of file -- cgit v1.2.3