mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 09:12:41 +01:00
Remove device=false from Daemons application
Summary: Fixes T9064, marks page as mobile ready. Test Plan: Shrink Page Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9064 Differential Revision: https://secure.phabricator.com/D13783
This commit is contained in:
parent
386d2b62f8
commit
1b744d9cb6
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ final class PhabricatorDaemonConsoleController
|
||||||
$nav,
|
$nav,
|
||||||
array(
|
array(
|
||||||
'title' => pht('Console'),
|
'title' => pht('Console'),
|
||||||
'device' => false,
|
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue