diff --git a/static/js/directives/ui/repo-list-table.js b/static/js/directives/ui/repo-list-table.js index c1d4071c5..b7dfe7677 100644 --- a/static/js/directives/ui/repo-list-table.js +++ b/static/js/directives/ui/repo-list-table.js @@ -20,7 +20,7 @@ angular.module('quay').directive('repoListTable', function () { $scope.maxPopularity = 0; $scope.options = { - 'predicate': 'is_starred', + 'predicate': 'popularity', 'reverse': true };