{% extends "starship/components/tabs.html" %} {% block body %} {% if 'dags' in data and data.dags|length > 0 %}
{% if data.dags|length == 0 %} {% endif %} {% for k, v in data.dags | dictsort %} {% endfor %}
DAG Owner Schedule info Local info Migrate info Remote
No results
{% else %}

No DAGs found in local instance.

{% endif %} {% endblock %}