Modernize search engine selection
Summary: Remove the `PhabricatorDefaultSearchEngineSelector` class. This is quite similar to D12053. Test Plan: Went to `/view/PhabricatorSearchApplication/` and saw the storage engine configuration. Set `search.elastic.host` and saw the highlighted storage engine change. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12670
This commit is contained in:
@@ -61,8 +61,6 @@ final class PhabricatorFilesApplicationStorageEnginePanel
|
||||
);
|
||||
}
|
||||
|
||||
$table =
|
||||
|
||||
$table = id(new AphrontTableView($rows))
|
||||
->setNoDataString(pht('No storage engines available.'))
|
||||
->setHeaders(
|
||||
|
||||
Reference in New Issue
Block a user