mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-932: Fix validation in client.html.
This commit is contained in:
		| @@ -33,10 +33,7 @@ | |||||||
|     <div id="text-input"><div id="text-input-field"><div id="sent-history"></div><textarea rows="1" id="target"></textarea></div><div id="text-input-buttons"><button class="key" data-keysym="0xFFE3" data-sticky="true">{{'client.ctrl' | translate}}</button><button class="key" data-keysym="0xFFE9" data-sticky="true">{{'client.alt' | translate}}</button><button class="key" data-keysym="0xFF1B">{{'client.esc' | translate}}</button><button class="key" data-keysym="0xFF09">{{'client.tab' | translate}}</button></div></div> |     <div id="text-input"><div id="text-input-field"><div id="sent-history"></div><textarea rows="1" id="target"></textarea></div><div id="text-input-buttons"><button class="key" data-keysym="0xFFE3" data-sticky="true">{{'client.ctrl' | translate}}</button><button class="key" data-keysym="0xFFE9" data-sticky="true">{{'client.alt' | translate}}</button><button class="key" data-keysym="0xFF1B">{{'client.esc' | translate}}</button><button class="key" data-keysym="0xFF09">{{'client.tab' | translate}}</button></div></div> | ||||||
|  |  | ||||||
|     <!-- Dimensional clone of viewport --> |     <!-- Dimensional clone of viewport --> | ||||||
|     <div id="viewportClone"/> |     <div id="viewportClone"></div> | ||||||
|  |  | ||||||
|     <!-- Notification area --> |  | ||||||
|     <div id="notificationArea"/> |  | ||||||
|  |  | ||||||
|     <!-- Menu --> |     <!-- Menu --> | ||||||
|     <div ng-class="{open: menuShown}" id="menu"> |     <div ng-class="{open: menuShown}" id="menu"> | ||||||
| @@ -108,8 +105,8 @@ | |||||||
|  |  | ||||||
|     <!-- Images which should be preloaded --> |     <!-- Images which should be preloaded --> | ||||||
|     <div id="preload"> |     <div id="preload"> | ||||||
|         <img src="images/action-icons/guac-close.png"/> |         <img src="images/action-icons/guac-close.png" alt=""/> | ||||||
|         <img src="images/progress.png"/> |         <img src="images/progress.png" alt=""/> | ||||||
|     </div> |     </div> | ||||||
|      |      | ||||||
|     <ng-include src="app/client/template/clientError.html"/> |     <ng-include src="app/client/template/clientError.html"/> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user