mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 13:47:59 +02:00
change default filter settings
This commit is contained in:
@@ -221,12 +221,12 @@ angular
|
|||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
}, 250)
|
}, 250);
|
||||||
|
|
||||||
$scope.repositories = [];
|
$scope.repositories = [];
|
||||||
$scope.search = "";
|
$scope.search = "";
|
||||||
$scope.filters = {
|
$scope.filters = {
|
||||||
status: { ready: true, expired: false, removed: false },
|
status: { ready: true, expired: true, removed: true },
|
||||||
};
|
};
|
||||||
$scope.orderBy = "-anonymizeDate";
|
$scope.orderBy = "-anonymizeDate";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user