mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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
|
||||
*/
|
||||
$scope.order = new SortOrder([
|
||||
'-startDate',
|
||||
'-endDate',
|
||||
'username',
|
||||
'startDate',
|
||||
'endDate',
|
||||
'connectionName'
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user