App ID: {{ app_id }}
Orchestrator Type: {{ orchestrator_info.type }}
-
Cycle Control:
{{ 'Enabled' if orchestrator_info.cycle_control_enabled
else 'Disabled' }}
-
Blocking Control:
{{ 'Enabled' if orchestrator_info.blocking_control_enabled
else 'Disabled' }}
-
Auto Purge (hours):
{{ orchestrator_info.auto_purge_hours }}
{% include "orchestrator/partials/stats.html" %}