mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 00:23:21 +00:00 
			
		
		
		
	GUAC-919: Comment login template.
This commit is contained in:
		| @@ -25,14 +25,17 @@ THE SOFTWARE. | |||||||
|  |  | ||||||
|         <div class="login-dialog"> |         <div class="login-dialog"> | ||||||
|  |  | ||||||
|  |             <!-- Login error message --> | ||||||
|             <p class="login-error">{{'login.loginError' | translate}}</p> |             <p class="login-error">{{'login.loginError' | translate}}</p> | ||||||
|  |  | ||||||
|             <form class="login-form" ng-submit="login()"> |             <form class="login-form" ng-submit="login()"> | ||||||
|  |  | ||||||
|  |                 <!-- Guacamole version --> | ||||||
|                 <div class="version"> |                 <div class="version"> | ||||||
|                     {{'application.title' | translate}} |                     {{'application.title' | translate}} | ||||||
|                 </div> |                 </div> | ||||||
|  |  | ||||||
|  |                 <!-- Login fields (username + password) --> | ||||||
|                 <div class="login-fields"> |                 <div class="login-fields"> | ||||||
|                     <table> |                     <table> | ||||||
|                         <tr> |                         <tr> | ||||||
| @@ -48,9 +51,11 @@ THE SOFTWARE. | |||||||
|                     <img class="logo" src="images/guac-mono-192.png" alt=""/> |                     <img class="logo" src="images/guac-mono-192.png" alt=""/> | ||||||
|                 </div> |                 </div> | ||||||
|  |  | ||||||
|  |                 <!-- Submit button --> | ||||||
|                 <div class="buttons"> |                 <div class="buttons"> | ||||||
|                     <input type="submit" name="login" class="login" value="{{'login.login' | translate}}"/> |                     <input type="submit" name="login" class="login" value="{{'login.login' | translate}}"/> | ||||||
|                 </div> |                 </div> | ||||||
|  |  | ||||||
|             </form> |             </form> | ||||||
|  |  | ||||||
|         </div> |         </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user