mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
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:
parent
4277123060
commit
e64612f0d0
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ final class PassphraseCredentialViewController extends PassphraseController {
|
|||
$actions = $this->buildActionView($credential, $type);
|
||||
$properties = $this->buildPropertyView($credential, $type, $actions);
|
||||
|
||||
$crumbs->setActionList($actions);
|
||||
|
||||
$box = id(new PHUIObjectBoxView())
|
||||
->setHeader($header)
|
||||
->addPropertyList($properties);
|
||||
|
|
Loading…
Reference in a new issue