1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

add refresh button into instance view

This commit is contained in:
Jan Krcmar 2016-05-12 10:06:16 +02:00
parent 572f7b12cd
commit 0b80b030fe

View file

@ -19,6 +19,9 @@
<span class="label label-warning">{% trans "Suspend" %}</span>
{% endifequal %}
</td>
<td>
<a href="{% url 'instance' compute.id vname %}" type="button" class="btn btn-xs btn-default"><span class="glyphicon glyphicon-refresh"></span></a>
</td>
</tr>
</table>
<table width="65%">