{% extends 'base.html' %} {% block title %}run results{% endblock %} {% block head %} {% endblock %} {% block body %}

Run Spider

{% for SCRAPYD_SERVER in SCRAPYD_SERVERS %} {% if loop.index in selected_nodes and loop.index != first_selected_node %} {% endif %} {% endfor %}
invert selection Index Dashboard Node Name Status Project Version Spider Jobid
{{ first_selected_node }} {{ SCRAPYD_SERVERS[first_selected_node-1] }} {{ js['node_name'] }} {{ js['status'] }} {{ project }} {{ version }} {{ spider }} {{ js['jobid'] }}
{{ loop.index }} {{ SCRAPYD_SERVERS[loop.index-1] }}
Overview » List Stats
{% endblock %}