{% extends "base.html" %} {% block content %}
Mission Operations

时间线

{% for label in timeline_scale %}
{{ label }}
{% endfor %}
{% for row in timeline_rows %}
{{ row.name }}
{% for seg in row.segments %}
{{ seg.label }} {% if seg.state_node_count > 0 %} ●{{ seg.state_node_count }} {% endif %}
{% endfor %} {% for evt in row.events %}
{% endfor %}
{% endfor %}
Scroll to zoom · Drag to pan
{% endblock %} {% block scripts %} {% endblock %}