change default filter settings

This commit is contained in:
tdurieux
2021-04-07 15:28:21 +02:00
parent 8188169380
commit 0e93eaa7e9

View File

@@ -221,12 +221,12 @@ angular
setTimeout(() => {
$('[data-toggle="tooltip"]').tooltip();
}, 250)
}, 250);
$scope.repositories = [];
$scope.search = "";
$scope.filters = {
status: { ready: true, expired: false, removed: false },
status: { ready: true, expired: true, removed: true },
};
$scope.orderBy = "-anonymizeDate";