{% extends base_template %} {% load artifacts %} {% load debusine %} {% load static %} {% block tail_js %} {{ block.super }} {% include "web/_tab_selector.html" %} {% endblock %} {% block content %}
| Name | Size (bytes) | |
|---|---|---|
| {% if fileinartifact.complete %} {{ fileinartifact.basename }} {% else %} {{ fileinartifact.basename }} (incomplete) {% endif %} | {{ fileinartifact.file.size|filesizeformat }} |
{% ui_shortcuts fileinartifact as shortcuts %}
{% for shortcut in shortcuts %}
{% widget shortcut %}
{% endfor %}
|
| Category | {{ artifact.category }} |
|---|---|
| Workspace | {{ artifact.workspace }} |
| Created | {{ artifact.created_at|timesince }} ago |
| User | {{ artifact.created_by }} |
| Expiration date | {{ artifact.expire_at|default:"Never" }} |
| Data | |
|
{{ artifact_data }}
|
|
| Relation | Direction | Type | Name | |
|---|---|---|---|---|
| {{ related.relation_type }} | {% include "web/_artifact-list-row.html" with artifact=related %} | |||
| {{ related.relation_type }} | {% include "web/_artifact-list-row.html" with artifact=related %} |
No relations.
{% endif %}Artifact created by {{ artifact.created_by }}.
{% else %} {% with work_request=artifact.created_by_work_request %}| Work request | {{ work_request.id }} ({{ work_request.task_name }}) |
|---|---|
| Status and result | {% include "web/_work_request-status.html" with status=work_request.status only %} {% include "web/_work_request-result.html" with result=work_request.result only %} |
| Workspace | {{ work_request.workspace }} |
| User | {{ work_request.created_by|default:"-" }} |
| Created | {{ work_request.created_at|timesince }} ago |
| Worker | {{ work_request.worker.name }} |
{% endif %} {% with workflow=artifact.created_by_work_request.get_workflow_root %} {% if workflow %}
| Workflow | {{ workflow.id }} ({{ workflow.task_name }}) |
|---|---|
| Status and result | {% include "web/_work_request-status.html" with status=workflow.status only %} {% include "web/_work_request-result.html" with result=workflow.result only %} |
| Workspace | {{ workflow.workspace }} |
| User | {{ workflow.created_by|default:"-" }} |
| Created | {{ workflow.created_at|timesince }} ago |