You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"template": "<strong>{{ name }}</strong> (<a href=\"{{ url }}\">Job #{{ id }}</a>) of project <strong>{{ project }}</strong><br>on inventory <strong>{{ inventory }}</strong> with credential {{ credential }}<br>started {{ started }}{% if finished is not None %} - finished {{ finished }}{% endif %} status <strong>{{ status }}</strong><br>{% if hosts is defined %}<ul>{% for name,properties in hosts.items() %}<li>{{ name }}: {% for p,v in properties %}{{ p }}: {{ v }},{% endfor %}</li>{% endfor %}</ul>{% endif %}",