mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-1053 Fixed problems highlighted in pull request comments.
This commit is contained in:
		| @@ -49,7 +49,7 @@ angular.module('rest').factory('languageService', ['$injector', | ||||
|             token : authenticationService.getCurrentToken() | ||||
|         }; | ||||
|  | ||||
|         // Retrieve available protocols | ||||
|         // Retrieve available languages | ||||
|         return $http({ | ||||
|             cache   : cacheService.languages, | ||||
|             method  : 'GET', | ||||
|   | ||||
| @@ -200,6 +200,4 @@ angular.module('settings').directive('guacSettingsPreferences', [function guacSe | ||||
|         }] | ||||
|     }; | ||||
|      | ||||
|      | ||||
|      | ||||
| }]); | ||||
|   | ||||
| @@ -20,7 +20,8 @@ | ||||
|  * THE SOFTWARE. | ||||
|  */ | ||||
| 
 | ||||
| .preferences .update-password .form { | ||||
| .preferences .update-password .form,  | ||||
| .preferences .language .form { | ||||
|     padding-left: 0.5em; | ||||
|     border-left: 3px solid rgba(0, 0, 0, 0.125); | ||||
| } | ||||
| } | ||||
| @@ -22,7 +22,7 @@ | ||||
|     --> | ||||
|  | ||||
|     <!-- Language settings --> | ||||
|     <div class="settings section language update-password"> | ||||
|     <div class="settings section language"> | ||||
|         <p>{{'SETTINGS_PREFERENCES.HELP_LANGUAGE' | translate}}</p> | ||||
|  | ||||
|         <!-- Language selection --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user