Add ObjectBox to Condiut Cert Page
Summary: adds a box, Fixes T4033 Test Plan: look at box Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Maniphest Tasks: T4033 Differential Revision: https://secure.phabricator.com/D7437
This commit is contained in:
@@ -53,10 +53,14 @@ final class PhabricatorConduitTokenController
|
|||||||
id(new PhabricatorCrumbView())
|
id(new PhabricatorCrumbView())
|
||||||
->setName(pht('Install Certificate')));
|
->setName(pht('Install Certificate')));
|
||||||
|
|
||||||
|
$object_box = id(new PHUIObjectBoxView())
|
||||||
|
->setHeaderText(pht('Certificate Token'))
|
||||||
|
->setForm($form);
|
||||||
|
|
||||||
return $this->buildApplicationPage(
|
return $this->buildApplicationPage(
|
||||||
array(
|
array(
|
||||||
$crumbs,
|
$crumbs,
|
||||||
$form,
|
$object_box,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'title' => pht('Certificate Install Token'),
|
'title' => pht('Certificate Install Token'),
|
||||||
|
|||||||
Reference in New Issue
Block a user