@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
src/applications/xhprof/view/PhabricatorXHProfProfileTopLevelView.php
··· 133 133 $header->addActionLink($button); 134 134 } 135 135 136 + $panel->setHeader($header); 136 137 $panel->appendChild($table); 137 138 138 139 return $panel->render();