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

API Keys

{% for token in api_tokens %} {% endfor %}
Name Token Action
{{ token.name }} {{ 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
Logout
{% endblock body %}