1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-20 03:31:10 +01:00

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())
->setName(pht('Install Certificate')));
$object_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Certificate Token'))
->setForm($form);
return $this->buildApplicationPage(
array(
$crumbs,
$form,
$object_box,
),
array(
'title' => pht('Certificate Install Token'),