{# Linux Cron Job Scheduler Page #} {% extends "base.html" %} {% block title %}{{ super() }} - Cron Scheduler: {{ server_name }}{% endblock %} {% block head_scripts %} {% endblock %} {% block content %}
Server Context: {{ server_name }}
{# Display error message passed from route, if any #} {% if error_message %} {% endif %}List of cron jobs associated with this server context found in the user's crontab.
{% if table_data %}| Min | Hour | Day | Mon | DoW | Readable Schedule | Command Action | Actions |
|---|---|---|---|---|---|---|---|
| {{ job.minute }} | {{ job.hour }} | {{ job.day_of_month }} | {{ job.month }} | {{ job.day_of_week }} | {{ job.schedule_time }} | {{ job.command_display }} |