mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +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