mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 11:21:01 +01:00
Give Daemons a mobile menu
Summary: Fixes T12422. Test Plan: {F4269080} Reviewers: chad Reviewed By: chad Maniphest Tasks: T12422 Differential Revision: https://secure.phabricator.com/D17554
This commit is contained in:
parent
f13637627d
commit
0ffde484e5
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ abstract class PhabricatorDaemonController
|
|||
return true;
|
||||
}
|
||||
|
||||
public function buildApplicationMenu() {
|
||||
return $this->buildSideNavView(true)->getMenu();
|
||||
}
|
||||
|
||||
protected function buildSideNavView() {
|
||||
$nav = new AphrontSideNavFilterView();
|
||||
$nav->setBaseURI(new PhutilURI($this->getApplicationURI()));
|
||||
|
|
Loading…
Reference in a new issue