mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1193: Fix the history sort order - sorting mainly by username for historical records is just silly.
This commit is contained in:
		| @@ -81,9 +81,9 @@ angular.module('settings').directive('guacSettingsConnectionHistory', [function | |||||||
|              * @type SortOrder |              * @type SortOrder | ||||||
|              */ |              */ | ||||||
|             $scope.order = new SortOrder([ |             $scope.order = new SortOrder([ | ||||||
|  |                 '-startDate', | ||||||
|  |                 '-endDate', | ||||||
|                 'username', |                 'username', | ||||||
|                 'startDate', |  | ||||||
|                 'endDate', |  | ||||||
|                 'connectionName' |                 'connectionName' | ||||||
|             ]); |             ]); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user