Add dashboard panel types

Summary: Ref T3583. These will be the primary class carrying panel implementations.

Test Plan:
{F149125}

{F149126}

Reviewers: chad, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T3583

Differential Revision: https://secure.phabricator.com/D8912
This commit is contained in:
epriestley
2014-04-30 14:28:20 -07:00
parent 5f02ed5bbb
commit ea954c37e4
10 changed files with 192 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ final class PhabricatorDashboardListController
->setViewer($user)
->addNavigationItems($nav->getMenu());
$nav->addLabel(pht('Panels'));
$nav->addFilter('panel/', pht('Manage Panels'));
$nav->selectFilter(null);
return $nav;