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:
Chad Little
2013-10-29 14:54:10 -07:00
parent ec83a844f8
commit 6bdedfe679

View File

@@ -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'),