mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 21:32:43 +01:00
Update XHProf for newPage
Summary: Simple Conversion Test Plan: Pull up /xhprof/ Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15603
This commit is contained in:
parent
12dca28193
commit
f54a2007ea
1 changed files with 6 additions and 5 deletions
|
@ -87,11 +87,12 @@ final class PhabricatorXHProfSampleListController
|
|||
$crumbs = $this->buildApplicationCrumbs();
|
||||
$crumbs->addTextCrumb(pht('XHProf Samples'));
|
||||
|
||||
return $this->buildApplicationPage(
|
||||
array($crumbs, $list),
|
||||
array(
|
||||
'title' => pht('XHProf Samples'),
|
||||
));
|
||||
$title = pht('XHProf Samples');
|
||||
|
||||
return $this->newPage()
|
||||
->setTitle($title)
|
||||
->setCrumbs($crumbs)
|
||||
->appendChild($list);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue