From 6c861afe3994739c8c5704f7ae132ff23fb53f87 Mon Sep 17 00:00:00 2001 From: amercader Date: Tue, 22 Jan 2013 16:37:31 +0000 Subject: [PATCH] Update template with new harvest source status --- ckanext/harvest/templates_new/snippets/source_item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckanext/harvest/templates_new/snippets/source_item.html b/ckanext/harvest/templates_new/snippets/source_item.html index 2aac5c8..f748369 100644 --- a/ckanext/harvest/templates_new/snippets/source_item.html +++ b/ckanext/harvest/templates_new/snippets/source_item.html @@ -32,8 +32,8 @@ Example:
{{ source.url }}
-
Type: {{ source_type }}Total datasets: {{ source.status.overall_statistics.added }}
-
Last harvest: {{ source.status.last_harvest_request }} Next harvest: {{ source.status.next_harvest }}
+
Type: {{ source_type }}Total datasets: {{ source.status.total_datasets }}
+
Last harvest: {{ source.status.last_job.gather_finished }} Next harvest: {{ source.status.next_job }}
Refresh Edit