Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14049224
D15610.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
918 B
Referenced Files
None
Subscribers
None
D15610.diff
View Options
diff --git a/src/applications/notification/controller/PhabricatorNotificationStatusController.php b/src/applications/notification/controller/PhabricatorNotificationStatusController.php
--- a/src/applications/notification/controller/PhabricatorNotificationStatusController.php
+++ b/src/applications/notification/controller/PhabricatorNotificationStatusController.php
@@ -24,15 +24,12 @@
$crumbs = $this->buildApplicationCrumbs();
$crumbs->addTextCrumb(pht('Status'));
- return $this->buildApplicationPage(
- array(
- $crumbs,
- $status,
- ),
- array(
- 'title' => pht('Notification Server Status'),
- 'device' => false,
- ));
+ $title = pht('Notification Server Status');
+
+ return $this->newPage()
+ ->setTitle($title)
+ ->setCrumbs($crumbs)
+ ->appendChild($status);
}
private function renderServerStatus(array $status) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 11:47 AM (4 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717501
Default Alt Text
D15610.diff (918 B)
Attached To
Mode
D15610: Upate notifications for newPage
Attached
Detach File
Event Timeline
Log In to Comment