diff --git a/src/applications/almanac/servicetype/AlmanacClusterRepositoryServiceType.php b/src/applications/almanac/servicetype/AlmanacClusterRepositoryServiceType.php --- a/src/applications/almanac/servicetype/AlmanacClusterRepositoryServiceType.php +++ b/src/applications/almanac/servicetype/AlmanacClusterRepositoryServiceType.php @@ -20,7 +20,11 @@ public function getFieldSpecifications() { return array( - 'closed' => id(new PhabricatorTextEditField()), + 'closed' => id(new PhabricatorBoolEditField()) + ->setOptions( + pht('Allow New Repositories'), + pht('Prevent New Repositories')) + ->setValue(false), ); }