Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14737647
D15603.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
757 B
Referenced Files
None
Subscribers
None
D15603.diff
View Options
diff --git a/src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php b/src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php
--- a/src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php
+++ b/src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php
@@ -87,11 +87,12 @@
$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);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 8:29 AM (21 h, 11 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7022537
Default Alt Text
D15603.diff (757 B)
Attached To
Mode
D15603: Update XHProf for newPage
Attached
Detach File
Event Timeline
Log In to Comment