{% extends "base.html" %} {% block title %}Dashboard - PyRunner{% endblock %} {% block content %}
python manage.py qcluster
Welcome back, {{ user.email }}
{% if run.status == 'failed' %}Failed{% else %}Timeout{% endif %} {% if run.duration_display %} - {{ run.duration_display }}{% endif %}
No recent failures
{{ schedule.schedule_display }}
{{ script.environment.name }} {% if not script.is_enabled %} (disabled){% endif %}
No scripts yet.
Create your first script{% if run.status == 'success' %}Success{% elif run.status == 'failed' %}Failed{% elif run.status == 'timeout' %}Timeout{% elif run.status == 'running' %}Running{% elif run.status == 'pending' %}Pending{% else %}{{ run.status }}{% endif %} {% if run.duration_display %} - {{ run.duration_display }}{% endif %}
No runs yet.
Run a script