mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 05:42:40 +01:00
Set Header on XHProf ObjectBox
Summary: Third times the charm? Test Plan: pray Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11816
This commit is contained in:
parent
7cd7ee4543
commit
b1ed68b8fe
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ final class PhabricatorXHProfProfileTopLevelView
|
||||||
$header->addActionLink($button);
|
$header->addActionLink($button);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$panel->setHeader($header);
|
||||||
$panel->appendChild($table);
|
$panel->appendChild($table);
|
||||||
|
|
||||||
return $panel->render();
|
return $panel->render();
|
||||||
|
|
Loading…
Reference in a new issue