{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - {{ translate('serverDetails', 'serverDetails', data['lang']) }}{% end %} {% block content %}
Action | Command | Interval | Start Time | Enabled | Edit |
---|---|---|---|---|---|
{{schedule.action}} |
{{schedule.command}} |
{% if schedule.interval != '' %}
Every {{schedule.interval}} {{schedule.interval_type}} {% else %}Cron String: {{schedule.cron_string}} {% end %} |
{{schedule.start_time}} |
{% if schedule.enabled %} Yes {% else %} No {% end %} |
|
Action | Command | Enabled |
---|---|---|
{{schedule.action}} |
{{schedule.command}} |
{% if schedule.enabled %} Yes {% else %} No {% end %} |