mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +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>
|
||||
</div>
|
||||
</div>
|
||||
/nav>
|
||||
</nav>
|
||||
<div id='main_container' class="container">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
function connect()
|
||||
{
|
||||
var host, port, password, scheme = "ws://", uri;
|
||||
|
||||
console.log('>> connect');
|
||||
// By default, use the host and port of server that served this file
|
||||
//host = spice_query_var('host', window.location.hostname);
|
||||
host = '{{ ws_host| safe }}';
|
||||
|
@ -170,7 +170,7 @@
|
|||
disconnect();
|
||||
}
|
||||
|
||||
|
||||
console.log('<< connect')
|
||||
}
|
||||
|
||||
function disconnect()
|
||||
|
|
Loading…
Reference in a new issue