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:
epriestley
2012-08-13 15:27:45 -07:00
parent e0e339f16c
commit a68c30ce83
12 changed files with 113 additions and 54 deletions

View File

@@ -145,8 +145,12 @@ final class PhabricatorWorkerTaskDetailController
),
'Free Lease'));
return $this->buildStandardPageResponse(
$panel,
$nav = $this->buildSideNavView();
$nav->selectFilter('');
$nav->appendChild($panel);
return $this->buildApplicationPage(
$nav,
array(
'title' => 'Task',
));