1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

add getvvfile for desktop viewers.(virt-viewer)

This commit is contained in:
catborise 2020-09-11 15:56:11 +03:00
parent 82f5fbf159
commit 45e3b00180
2 changed files with 7 additions and 1 deletions

View file

@ -156,6 +156,9 @@
<a href="#" class="btn btn-success" id="vdi_url">{% trans "VDI" %}</a>
</span>
</div>
<p>{% trans "To download console.vv file for virt-viewer." %}</p>
<a href="{% url 'instances:getvvfile' instance.id %}" class="btn btn-lg btn-success float-right">{% trans "Get console.vv" %}</a>
<div class="clearfix"></div>
</div>
{% endif %}