Merge tag '0.10.2'
[ganeti_webmgr.git] / ganeti_web / templates / ganeti / object_log / vm_stop.html
blob7f8277cd91c67c31d32a823cd840e50dfe823d69
1 {% with log_item.data as data %}
2 {% if log_item.object_id2 %}
3 <a href="{% url job-detail data.cluster_slug data.job_id %}">Job #{{ data.job_id }}</a> -
4 {% endif %}
5 {% if user.is_superuser %}
6 <a href="{{ log_item.user.get_absolute_url }}">{{log_item.user}}</a>
7 {% else %}
8 {{ log_item.user }}
9 {% endif %}
10 stopped virtual machine {% if log_item.object_id1 %}<a href="{% url instance-detail data.cluster_slug data.hostname %}">{{data.hostname}}</a>
11 {% else %}[deleted]{% endif %}
12 {% endwith %}