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

vnc console options added

This commit is contained in:
catborise 2020-07-17 11:04:21 +03:00
parent 522b95fe39
commit 74a4a1a3ef
8 changed files with 148 additions and 54 deletions

View file

@ -166,11 +166,6 @@
input.val(editor.getSession().getValue());
});
</script>
<script>
function open_console(view_style) {
window.open('{% url 'console' %}?token={{ compute.id }}-{{ instance.get_uuid }}&view=' + view_style +'', '', 'width=850,height=600')
}
</script>
<script>
function random_mac(net) {
$.getJSON('{% url 'instances:random_mac_address' %}', function (data) {