Default sort by popularity instead of starred
This commit is contained in:
parent
7a0014b77d
commit
93c614ae31
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ angular.module('quay').directive('repoListTable', function () {
|
|||
|
||||
$scope.maxPopularity = 0;
|
||||
$scope.options = {
|
||||
'predicate': 'is_starred',
|
||||
'predicate': 'popularity',
|
||||
'reverse': true
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue