mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-05 20:15:19 +00:00
console/templates/console-base.html fix html tag
console/templates/console-spice-lite.html add console log message
This commit is contained in:
parent
dd3dc08614
commit
3fa3472477
2 changed files with 3 additions and 1 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,6 +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);
|
||||||
|
@ -170,6 +171,7 @@
|
||||||
disconnect();
|
disconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('<< connect');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue