mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
console/templates/console-base.html fix html tag console/templates/console-spice-lite.html add console log message by @honza801
This commit is contained in:
parent
b3b9596a12
commit
e80bbfd85b
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
/nav>
|
</nav>
|
||||||
<div id='main_container' class="container">
|
<div id='main_container' class="container">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
function connect()
|
function connect()
|
||||||
{
|
{
|
||||||
var host, port, password, scheme = "ws://", uri;
|
var host, port, password, scheme = "ws://", uri;
|
||||||
|
console.log('>> connect');
|
||||||
// By default, use the host and port of server that served this file
|
// By default, use the host and port of server that served this file
|
||||||
//host = spice_query_var('host', window.location.hostname);
|
//host = spice_query_var('host', window.location.hostname);
|
||||||
host = '{{ ws_host| safe }}';
|
host = '{{ ws_host| safe }}';
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
disconnect();
|
disconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('<< connect')
|
||||||
}
|
}
|
||||||
|
|
||||||
function disconnect()
|
function disconnect()
|
||||||
|
|
Loading…
Reference in a new issue