mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Convert settings of VNC to Console
This commit is contained in:
		
							parent
							
								
									30e1f0eb2d
								
							
						
					
					
						commit
						cb81505b05
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -269,7 +269,7 @@
 | 
			
		|||
                                                        <button type="button" class="btn btn-lg btn-success " onclick="open_console('lite')">Console</button>
 | 
			
		||||
                                                        <button type="button" class="btn btn-lg btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 | 
			
		||||
                                                            <span class="caret"></span>
 | 
			
		||||
                                                            <span class="sr-only">Toggle Dropdown</span>
 | 
			
		||||
                                                            <span class="sr-only">{%  trans 'Toggle Dropdown' %}</span>
 | 
			
		||||
                                                        </button>
 | 
			
		||||
                                                        <ul class="dropdown-menu">
 | 
			
		||||
                                                            <li><a href="#" title="Console port: {{ console_port }}" onclick="open_console('lite')">{% trans "Console - Lite" %}</a></li>
 | 
			
		||||
| 
						 | 
				
			
			@ -540,7 +540,7 @@
 | 
			
		|||
                                            {% if request.user.is_superuser or request.user.is_staff or userinstance.is_vnc %}
 | 
			
		||||
                                                <li role="presentation">
 | 
			
		||||
                                                    <a href="#vncsettings" aria-controls="vncsettings" role="tab" data-toggle="tab">
 | 
			
		||||
                                                        {% trans "VNC" %}
 | 
			
		||||
                                                        {% trans "Console" %}
 | 
			
		||||
                                                    </a>
 | 
			
		||||
                                                </li>
 | 
			
		||||
                                            {% endif %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue