mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Merge pull request #277 from glyptodon/fix-sort-order
GUAC-1193: Fix the history sort order
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