1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 15:45:23 +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> <span class="label label-warning">{% trans "Suspend" %}</span>
{% endifequal %} {% endifequal %}
</td> </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> </tr>
</table> </table>
<table width="65%"> <table width="65%">