{% import 'elements.html' as ele %} {% set doclink %}?{% endset %}
Time:
{{time}} ({{time_ago}} ago)
| |
Instance type (itype{{ doclink }}):
{{itype}}
| |
Cluster type (ctype{{ doclink }}):
{{ctype}}
| |
Project (prj{{ doclink }}):
{{prj}}
| |
Tags:
{% for tag_object in tags %}
|
{{tag_object['tag_name']}}:
{% if tag_object['tag_type'] == 'url' %}
{{tag_object['title']}}
{% elif tag_object['tag_type'] == 'plain-text' %}
{{tag_object['text']}}
{% endif %}
|
Signal:
{{signal}}
| |
Instance:
{{instance}}
| |
Sandbox build:
{{sb_build}}
| |
Sandbox task run:
{{sb_task_run}}
| |
| |
Linked tickets:
{% for ticket in tickets %}
{{ ele.delete_ticket_link(ticket, core_id, core_hash, itype) }}
{% endfor %}
|