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:
parent
ec83a844f8
commit
6bdedfe679
1 changed files with 5 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue