mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
change default filter settings
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user