Modernize daemon application
Summary: Make it possible to get to stuff that used to be in tabs. Test Plan: Clicked links and such. Reviewers: btrahan, vrana Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D3264
This commit is contained in:
@@ -84,8 +84,12 @@ final class PhabricatorDaemonLogViewController
|
||||
|
||||
$content[] = $log_panel;
|
||||
|
||||
return $this->buildStandardPageResponse(
|
||||
$content,
|
||||
$nav = $this->buildSideNavView();
|
||||
$nav->selectFilter('log');
|
||||
$nav->appendChild($content);
|
||||
|
||||
return $this->buildApplicationPage(
|
||||
$nav,
|
||||
array(
|
||||
'title' => 'Daemon Log',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user