mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 13:47:59 +02:00
chore: hide removed repositories
This commit is contained in:
@@ -597,7 +597,7 @@ angular
|
|||||||
$scope.repositories = [];
|
$scope.repositories = [];
|
||||||
$scope.search = "";
|
$scope.search = "";
|
||||||
$scope.filters = {
|
$scope.filters = {
|
||||||
status: { ready: true, expired: true, removed: true },
|
status: { ready: true, expired: true, removed: false },
|
||||||
};
|
};
|
||||||
$scope.orderBy = "-anonymizeDate";
|
$scope.orderBy = "-anonymizeDate";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user