1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +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:
Chad Little 2015-08-04 09:31:29 -07:00
parent 386d2b62f8
commit 1b744d9cb6

View file

@ -222,7 +222,6 @@ final class PhabricatorDaemonConsoleController
$nav,
array(
'title' => pht('Console'),
'device' => false,
));
}