mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-28 16: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>
|
||||
</div>
|
||||
</div>
|
||||
/nav>
|
||||
</nav>
|
||||
<div id='main_container' class="container">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
|
|
@ -108,6 +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);
|
||||
|
@ -170,6 +171,7 @@
|
|||
disconnect();
|
||||
}
|
||||
|
||||
console.log('<< connect');
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue