mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-04 11:29:39 +00:00
vnc console options added
This commit is contained in:
@@ -42,4 +42,12 @@
|
||||
<span class="fa fa-eye"></span>
|
||||
</button>
|
||||
{% endif %}
|
||||
</form>
|
||||
</form>
|
||||
{% block script %}
|
||||
<script>
|
||||
function open_console(uuid) {
|
||||
url = '{% url 'console' %}?token=' + uuid + '';
|
||||
window.open(url, '', 'width=850,height=650')
|
||||
}
|
||||
</script>
|
||||
{% endblock script %}
|
||||
Reference in New Issue
Block a user