{% extends "base.html" %} {% block title %}FireWorks Dashboard{% endblock %} {% block content %} {% with messages = get_flashed_messages() %} {% if messages %}
Warning: {{ message }}
{% endfor %}| Newest Workflows | ||
|---|---|---|
|
{{wf.state}}
ID: {{ wf.id }}
{% for fw in wf.fireworks %}
{% endfor %}
|
||
Please install matplotlib to see plots.
{% endif %}| Database snapshot | ||
|---|---|---|
| Fireworks | Workflows | |
| {{ state }} | ||
TOTAL |
||
See a visual dashboard.
Get a report of all jobs for the past:
For more reporting options, use the "lpad report --help" command line tool.