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:
@@ -155,16 +155,20 @@ final class PhabricatorDaemonConsoleController
|
||||
$cursor_panel->setHeader('Timeline Cursors');
|
||||
$cursor_panel->appendChild($cursor_table);
|
||||
|
||||
return $this->buildStandardPageResponse(
|
||||
$nav = $this->buildSideNavView();
|
||||
$nav->selectFilter('');
|
||||
$nav->appendChild(
|
||||
array(
|
||||
$daemon_panel,
|
||||
$cursor_panel,
|
||||
$queued_panel,
|
||||
$leased_panel,
|
||||
),
|
||||
));
|
||||
|
||||
return $this->buildApplicationPage(
|
||||
$nav,
|
||||
array(
|
||||
'title' => 'Console',
|
||||
'tab' => 'console',
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user