change default filter for the admin

This commit is contained in:
tdurieux
2023-05-02 18:22:14 +02:00
parent dde7fa2d72
commit f1d6e4534d
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -20,11 +20,11 @@ angular
$scope.query = {
page: 1,
limit: 25,
sort: "source.repositoryName",
sort: "lastView",
search: "",
ready: true,
expired: true,
removed: true,
ready: false,
expired: false,
removed: false,
error: true,
preparing: true,
};