mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Reorder the daemon console's display of the panels
Summary: move up the panels which generally has short length. Test Plan: view the page. Reviewers: blair, vrana Reviewed By: vrana CC: epriestley, aran Differential Revision: https://secure.phabricator.com/D2228
This commit is contained in:
parent
81244015c1
commit
401ac19aa6
1 changed files with 2 additions and 2 deletions
|
@ -158,9 +158,9 @@ final class PhabricatorDaemonConsoleController
|
|||
return $this->buildStandardPageResponse(
|
||||
array(
|
||||
$daemon_panel,
|
||||
$leased_panel,
|
||||
$queued_panel,
|
||||
$cursor_panel,
|
||||
$queued_panel,
|
||||
$leased_panel,
|
||||
),
|
||||
array(
|
||||
'title' => 'Console',
|
||||
|
|
Loading…
Reference in a new issue