mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 11:15:13 +02:00
Added default Device List ordering by name also.
Hide devices without a model name (this may be changed later).
This commit is contained in:
@@ -30,7 +30,8 @@ module.exports = function DeviceListCtrlDetails($scope, DeviceService, GroupServ
|
||||
// })
|
||||
|
||||
$scope.tableSorting = {
|
||||
stateSorting: 'desc' // initial sorting
|
||||
stateSorting: 'asc', // initial sorting
|
||||
name: 'asc' // initial sorting
|
||||
}
|
||||
// SettingsService.bind($scope, {
|
||||
// key: 'tableSorting',
|
||||
|
||||
Reference in New Issue
Block a user