{% extends 'base.html' %} {% block css %} {% endblock css %} {% block javascript %} {% endblock javascript %} {% block content %} {% if user.is_superuser %} {% if queue_data %}
The following message queues have reached the warning level.
Queue | Queued Requests |
---|---|
{{ queue }} | {{ msgcount }} |
The total space is {{ item.total_space }} and the available free space for {{ item.volume_id }} is {{ item.total_free_space }}.
Nothing harvested yet.
{% endfor %}To get started, create some credentials and collection sets.
{% else %} {% include "account/login_snippet.html" %} {% endif %} {% endif %} {% endblock content %}