{% extends "layout.html" %} {% block content %}

Admin Only

Sync Schedules

View and manage automatic sync schedules for all configurations.

Loading...
{% for s in schedules %} {% include "schedules/_row.html" %} {% endfor %} {% if not schedules %} {% endif %} {% if pagination and pagination.total_items > 0 %} {% endif %}
Project Type Description Enabled Last Sync Next Run
No configurations found.

Showing {{ pagination.start_index }} to {{ pagination.end_index }} of {{ pagination.total_items }} results

{% if pagination.total_pages > 1 %} {% endif %}
{% endblock %}