mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-08 13:24:36 +00:00
add refresh button into instance view
This commit is contained in:
@@ -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%">
|
||||||
|
|||||||
Reference in New Issue
Block a user