{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - {{ translate('serverDetails', 'serverDetails', data['lang']) }}{% end %} {% block content %}
{% include "parts/details_stats.html %}
{% include "parts/server_controls_list.html %}

Scheduled Tasks

{% for schedule in data['schedules'] %} {% end %}
ID Action Command Interval Start Time Enabled Edit

{{schedule.schedule_id}}

{{schedule.action}}

{{schedule.command}}

{% if schedule.interval != '' %}

Every

{{schedule.interval}} {{schedule.interval_type}}

{% elif schedule.interval_type == 'reaction' %}

{{schedule.interval_type}}

child of ID: {{ schedule.parent }}

{% else %}

Cron String:

{{schedule.cron_string}}

{% end %}

{{schedule.start_time}}

{% if schedule.enabled %} Yes {% else %} No {% end %}


{% for schedule in data['schedules'] %} {% end %}
Action Command Enabled

{{schedule.action}}

{{schedule.command}}

{% if schedule.enabled %} Yes {% else %} No {% end %}
{% end %} {% block js %} {% end %}