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:
parent
572f7b12cd
commit
0b80b030fe
1 changed files with 3 additions and 0 deletions
|
@ -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%">
|
||||
|
|
Loading…
Reference in a new issue