{% include 'header_css_libs.html' %} {% include 'header_js_libs.html' %}
| Type | Status | Last started | Last stop signal sent | Last finished | Active realtime layer | Controls |
|---|---|---|---|---|---|---|
| {{computation.computation_type}} | {{computation.status_code}} | {{computation.human_readable_last_started}} | {{computation.human_readable_last_stopped}} | {{computation.human_readable_last_finished}} | {{computation.active_realtime_layer_index}} | {% if computation.is_startable %} {% endif %} {% if computation.is_stoppable %} {% endif %} |
| Job ID | Status | Time started | Time finished | |
|---|---|---|---|---|
| {{job.id}} | {{job.status_code}} | {{job.human_readable_time_started}} | {{job.human_readable_time_finished}} | {% if job.can_be_canceled %} {% endif %} |
| Job ID | Status | Time started | Time finished | |
|---|---|---|---|---|
| {{job.id}} | {{job.status_code}} | {{job.human_readable_time_started}} | {{job.human_readable_time_finished}} |
<[jobOutput]>