mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	remove blank spaces
This commit is contained in:
		
							parent
							
								
									38054d9882
								
							
						
					
					
						commit
						0ef876c7a7
					
				
					 2 changed files with 157 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -94,7 +94,7 @@
 | 
			
		|||
 | 
			
		||||
            <div class="noVNC_scroll">
 | 
			
		||||
 | 
			
		||||
            <h1 class="noVNC_logo" translate="no"><span>no</span><br />VNC</h1>
 | 
			
		||||
            <h1 class="noVNC_logo" translate="no"><span>no</span><br/>VNC</h1>
 | 
			
		||||
 | 
			
		||||
            <!-- Drag/Pan the viewport -->
 | 
			
		||||
            <input type="image" alt="viewport drag" src="{% static "js/novnc/app/images/drag.svg" %}"
 | 
			
		||||
| 
						 | 
				
			
			@ -225,7 +225,7 @@
 | 
			
		|||
                                <div class="noVNC_expander">WebSocket</div>
 | 
			
		||||
                                <div><ul>
 | 
			
		||||
                                    <li>
 | 
			
		||||
                                        <label><input id="noVNC_setting_encrypt" type="checkbox" /> Encrypt</label>
 | 
			
		||||
                                        <label><input id="noVNC_setting_encrypt" type="checkbox"/>Encrypt</label>
 | 
			
		||||
                                    </li>
 | 
			
		||||
                                     <li>
 | 
			
		||||
                                        <label for="noVNC_setting_host">Host:</label>
 | 
			
		||||
| 
						 | 
				
			
			@ -233,17 +233,17 @@
 | 
			
		|||
                                    </li>
 | 
			
		||||
                                    <li>
 | 
			
		||||
                                        <label for="noVNC_setting_port">Port:</label>
 | 
			
		||||
                                        <input id="noVNC_setting_port" value="{{ ws_port }}" type="number" />
 | 
			
		||||
                                        <input id="noVNC_setting_port" value="{{ ws_port }}" type="number"/>
 | 
			
		||||
                                    </li>
 | 
			
		||||
                                    <li>
 | 
			
		||||
                                        <label for="noVNC_setting_path">Path:</label>
 | 
			
		||||
                                        <input id="noVNC_setting_path" type="input" value="websockify" />
 | 
			
		||||
                                        <input id="noVNC_setting_path" type="input" value="websockify"/>
 | 
			
		||||
                                    </li>
 | 
			
		||||
                                </ul></div>
 | 
			
		||||
                            </li>
 | 
			
		||||
                            <li><hr></li>
 | 
			
		||||
                            <li>
 | 
			
		||||
                                <label><input id="noVNC_setting_reconnect" type="checkbox" /> Automatic Reconnect</label>
 | 
			
		||||
                                <label><input id="noVNC_setting_reconnect" type="checkbox" />Automatic Reconnect</label>
 | 
			
		||||
                                <input id="noVNC_setting_autoconnect" type="checkbox" value="true" hidden/>
 | 
			
		||||
                            </li>
 | 
			
		||||
                            <li>
 | 
			
		||||
| 
						 | 
				
			
			@ -252,7 +252,7 @@
 | 
			
		|||
                            </li>
 | 
			
		||||
                            <li><hr></li>
 | 
			
		||||
                             <li>
 | 
			
		||||
                                <label><input id="noVNC_setting_show_dot" type="checkbox"> Show Dot when No Cursor</label>
 | 
			
		||||
                                <label><input id="noVNC_setting_show_dot" type="checkbox">Show Dot when No Cursor</label>
 | 
			
		||||
                            </li>
 | 
			
		||||
                            <li><hr></li>
 | 
			
		||||
                            <!-- Logging selection dropdown -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue