mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user