{% extends "layout.html" %} {% set title = "Dashboard - OD-Database" %} {% block body %}
Dashboard
Logs

Crawl servers

{% for server in crawl_servers %} {% endfor %}
Url Name Slots Action
{{ server.url }} {{ server.name }} {{ server.slots }} Delete


API Keys

{% for token in api_tokens %} {% endfor %}
Description Key Action
{{ token.description }} {{ token.token }}


Blacklist

{% for item in blacklist %} {% endfor %}
Netloc Action
{{ item.netloc }} Delete


Misc actions

Delete websites with no associated files that are not queued Re-dispatch queued tasks Re-queue websites with no associated files
Logout
{% endblock body %}