mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Full VNC view distortion fixed. Add translate for some texts
This commit is contained in:
		
							parent
							
								
									d7f283f089
								
							
						
					
					
						commit
						228a0949d1
					
				
					 5 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -53,7 +53,7 @@
 | 
			
		|||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
 | 
			
		||||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
 | 
			
		||||
    <div class="container">
 | 
			
		||||
        <div class="navbar-header">
 | 
			
		||||
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -80,7 +80,7 @@
 | 
			
		|||
{% block content %}
 | 
			
		||||
    <div id="noVNC_fallback_error" class="noVNC_center">
 | 
			
		||||
        <div>
 | 
			
		||||
            <div>noVNC encountered an error:</div>
 | 
			
		||||
            <div>{% trans 'noVNC encountered an error' %}:</div>
 | 
			
		||||
            <br>
 | 
			
		||||
            <div id="noVNC_fallback_errormsg"></div>
 | 
			
		||||
        </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -294,7 +294,7 @@
 | 
			
		|||
{% block content %}
 | 
			
		||||
    <div id="noVNC_status_bar">
 | 
			
		||||
        <div id="noVNC_left_dummy_elem"></div>
 | 
			
		||||
        <div id="noVNC_status">Loading</div>
 | 
			
		||||
        <div id="noVNC_status">{% trans 'Loading' %}</div>
 | 
			
		||||
        <div id="noVNC_buttons">
 | 
			
		||||
            <input type=button value="Send CtrlAltDel" id="sendCtrlAltDelButton" class="noVNC_shown">
 | 
			
		||||
            <span id="noVNC_power_buttons" class="noVNC_hidden">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,9 +21,9 @@ html {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
#noVNC_status_bar {
 | 
			
		||||
  margin-top: 52px;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  display:flex;
 | 
			
		||||
  justify-content: space-between;
 | 
			
		||||
  display: flex;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#noVNC_status {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -81,7 +81,7 @@ body
 | 
			
		|||
{
 | 
			
		||||
    min-height: 600px;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    margin: 10px;
 | 
			
		||||
    margin: 62px 10px 10px 10px;
 | 
			
		||||
    padding: 0;
 | 
			
		||||
    background-color: #333333;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue