mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Set device true on all XHProf pages
Summary: Pass this as true when building XHProf pages Test Plan: Verify setDeviceReady exists in class PhabricatorBarePageView Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11980
This commit is contained in:
parent
803a050824
commit
f9dc4ef6d8
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ abstract class PhabricatorXHProfController extends PhabricatorController {
|
|||
$page->setTitle(idx($data, 'title'));
|
||||
$page->setGlyph("\xE2\x98\x84");
|
||||
$page->appendChild($view);
|
||||
$page->setDeviceReady(true);
|
||||
|
||||
$response = new AphrontWebpageResponse();
|
||||
|
||||
|
|
Loading…
Reference in a new issue