Add actions to mobile Passphrase
Summary: Take my secrets on the road Test Plan: View Passphrase on mobile device, see action list. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10562
This commit is contained in:
@@ -47,6 +47,8 @@ final class PassphraseCredentialViewController extends PassphraseController {
|
|||||||
$actions = $this->buildActionView($credential, $type);
|
$actions = $this->buildActionView($credential, $type);
|
||||||
$properties = $this->buildPropertyView($credential, $type, $actions);
|
$properties = $this->buildPropertyView($credential, $type, $actions);
|
||||||
|
|
||||||
|
$crumbs->setActionList($actions);
|
||||||
|
|
||||||
$box = id(new PHUIObjectBoxView())
|
$box = id(new PHUIObjectBoxView())
|
||||||
->setHeader($header)
|
->setHeader($header)
|
||||||
->addPropertyList($properties);
|
->addPropertyList($properties);
|
||||||
|
|||||||
Reference in New Issue
Block a user