Skip to content

Commit

Permalink
Added harvester-entity view to harvester overview
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrarum committed Mar 16, 2018
1 parent cc5dba7 commit 598d685
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/pkan/dcatapde/browser/content_views/harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def read_harvester_info(self, harv):
'graph_display': addTokenToUrl(path + '/graph'),
'real_run': addTokenToUrl(path + '/real_run'),
'reset_fields': addTokenToUrl(path + '/reset_fields'),
'harvester_entity': addTokenToUrl(path + '/harvester_entity'),
'edit': addTokenToUrl(path + '/edit'),
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<td i18n:translate="">Graph Display</td>
<td i18n:translate="">Real Run</td>
<td i18n:translate="">Reset Fields</td>
<td i18n:translate="">Harvester Entity Mapping</td>
</tr>
</thead>
<tbody>
Expand All @@ -32,6 +33,8 @@
tal:attributes="href harv/real_run">Real Run</a></td>
<td><a i18n:translate=""
tal:attributes="href harv/reset_fields">Reset Fields</a></td>
<td><a i18n:translate=""
tal:attributes="href harv/harvester_entity">Harvester Entity Mapping</a></td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<td i18n:translate="">Dry Run</td>
<td i18n:translate="">Graph Display</td>
<td i18n:translate="">Real Run</td>
<td i18n:translate="">Field Config</td>
<td i18n:translate="">Reset Fields</td>
<td i18n:translate="">Harvester Entity Mapping</td>
</tr>
</thead>
<tbody>
Expand All @@ -35,10 +35,10 @@
tal:attributes="href harv/graph_display">Graph Display</a></td>
<td><a i18n:translate=""
tal:attributes="href harv/real_run">Real Run</a></td>
<td><a tal:omit-tag="not:harv/field_config" i18n:translate=""
tal:attributes="href harv/field_config">Field Config</a></td>
<td><a i18n:translate=""
tal:attributes="href harv/reset_fields">Reset Fields</a></td>
<td><a i18n:translate=""
tal:attributes="href harv/harvester_entity">Harvester Entity Mapping</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 598d685

Please sign in to comment.