mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2025-12-30 18:31:46 +00:00
Fix double string termination in HTML page
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
61373be8ec
commit
87b9bee02f
@ -176,7 +176,7 @@
|
||||
<label for="host">Host:</label> <input type='text' id='host' value='localhost'> <!-- localhost -->
|
||||
<label for="port">Port:</label> <input type='text' id='port' value='5959'>
|
||||
<label for="password">Password:</label> <input type='password' id='password' value=''>
|
||||
<label for="show_console">Show console </label><input type="checkbox" id="show_console" value="1"">
|
||||
<label for="show_console">Show console </label><input type="checkbox" id="show_console" value="1">
|
||||
<button id="connectButton">Start</button>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user