mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	noVNC Update 1.0.0 -> 1.1.0
This commit is contained in:
		
							parent
							
								
									61703b3faf
								
							
						
					
					
						commit
						e601c23b4a
					
				
					 51 changed files with 18368 additions and 19828 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <link rel="shortcut icon" href="{% static "img/favicon.ico" %}">
 | 
			
		||||
    <link rel="shortcut icon" href="{% static "favicon.ico" %}">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <link rel="stylesheet" href="{% static "css/bootstrap.min.css" %}">
 | 
			
		||||
    <link href="{% static "css/webvirtcloud.css" %}" rel="stylesheet">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,12 +5,9 @@
 | 
			
		|||
{% block head %}
 | 
			
		||||
    <!--
 | 
			
		||||
    noVNC example: simple example using default UI
 | 
			
		||||
    Copyright (C) 2012 Joel Martin
 | 
			
		||||
    Copyright (C) 2016 Samuel Mannehed for Cendio AB
 | 
			
		||||
    Copyright (C) 2016 Pierre Ossman for Cendio AB
 | 
			
		||||
    Copyright (C) 2018 The noVNC Authors
 | 
			
		||||
    noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
 | 
			
		||||
    This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
 | 
			
		||||
 | 
			
		||||
    Connect parameters are provided in query string:
 | 
			
		||||
        http://example.com/?host=HOST&port=PORT&encrypt=1
 | 
			
		||||
    or the fragment:
 | 
			
		||||
| 
						 | 
				
			
			@ -20,10 +17,6 @@
 | 
			
		|||
 | 
			
		||||
    <meta charset="utf-8" />
 | 
			
		||||
 | 
			
		||||
    <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
 | 
			
		||||
                Remove this if you use the .htaccess -->
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | 
			
		||||
 | 
			
		||||
    <!-- Icons (see Makefile for what the sizes are for) -->
 | 
			
		||||
    <link rel="icon" sizes="16x16" type="image/png" href="{% static "js/novnc/app/images/icons/novnc-16x16.png" %}">
 | 
			
		||||
    <link rel="icon" sizes="24x24" type="image/png" href="{% static "js/novnc/app/images/icons/novnc-24x24.png" %}">
 | 
			
		||||
| 
						 | 
				
			
			@ -140,6 +133,9 @@
 | 
			
		|||
                    <input type="image" alt="Alt" src="{% static "js/novnc/app/images/alt.svg" %}"
 | 
			
		||||
                        id="noVNC_toggle_alt_button" class="noVNC_button"
 | 
			
		||||
                        title="Toggle Alt"/>
 | 
			
		||||
                     <input type="image" alt="Windows" src="{% static "js/novnc/app/images/windows.svg" %}"
 | 
			
		||||
                        id="noVNC_toggle_windows_button" class="noVNC_button"
 | 
			
		||||
                        title="Toggle Windows">
 | 
			
		||||
                    <input type="image" alt="Tab" src="{% static "js/novnc/app/images/tab.svg" %}"
 | 
			
		||||
                        id="noVNC_send_tab_button" class="noVNC_button"
 | 
			
		||||
                        title="Send Tab"/>
 | 
			
		||||
| 
						 | 
				
			
			@ -254,6 +250,10 @@
 | 
			
		|||
                                <label for="noVNC_setting_reconnect_delay">Reconnect Delay (ms):</label>
 | 
			
		||||
                                <input id="noVNC_setting_reconnect_delay" type="number" />
 | 
			
		||||
                            </li>
 | 
			
		||||
                            <li><hr></li>
 | 
			
		||||
                             <li>
 | 
			
		||||
                                <label><input id="noVNC_setting_show_dot" type="checkbox"> Show Dot when No Cursor</label>
 | 
			
		||||
                            </li>
 | 
			
		||||
                            <li><hr></li>
 | 
			
		||||
                            <!-- Logging selection dropdown -->
 | 
			
		||||
                            <li>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue