{% extends "layout.html" %} {% block content %}
{% for wd in (domains|sort) %} ") | urlencode }}"> {{ wd.replace("http://odahub.io/ontology", "") }} {% endfor %} {% for ts in timestamps %} {{ ((tnow-ts[0])/3600) | round(1) }}h ago   {% endfor %}
{% for d in data %} {% set status_class = {'http://odahub.io/ontology#success': 'success', 'http://odahub.io/ontology#failed': 'danger', 'http://odahub.io/ontology#obsolete': 'warning' }[d.test_status] %} {% set status_message = {'http://odahub.io/ontology#success': 'SUCCESS', 'http://odahub.io/ontology#failed': 'FAIL', 'http://odahub.io/ontology#obsolete': 'OBSOLETE' }[d.test_status] %} {% endfor %}
URI Workflow Domain Status Inputs Input Timestamp Actions
{{d.uri | uri("data") | safe}} {{d.workflow.replace("http://odahub.io/ontology#", "")}} {% for wd in d.workflow_domains %} ") | urlencode }}"> {{ wd.replace("http://odahub.io/ontology", "") }} {% endfor %} {{ status_message }}
    {% for v in d.inputs %} {% if v.input_binding != "http://odahub.io/ontology#curryied_input_timestamp" %}
  • {{v.input_binding.replace("http://odahub.io/ontology#curryied_input_","")}} = {{v.input_value.replace("http://odahub.io/ontology#","")}}
  • {% endif %} {% endfor %}
{% if d.timestamp %} {{ d.timestamp }} ({{ d.timestamp_age_h | round(1)}} h ago) {% endif %}
{% endblock %}