{% extends "base.html" %} {% block content %}
Orchestrator Information
App ID: {{ app_id }}
Orchestrator Type: {{ orchestrator_info.type }}
Configuration
  • 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" %}
{% endblock %}