{% extends "base.html" %} {% block extra_resources %} {% endblock %} {% block content %} {% from macros import embed %}
{{ embed(roots.nbytes_cluster) }}
{{ embed(roots.nbytes_workers) }}
{{ embed(roots.processing) }}
{{ embed(roots.task_stream) }}
{{ embed(roots.task_progress) }}
{{ plot_script }} {% endblock %}