1
0
Fork 0
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:
Jason Ge 2012-04-13 02:17:34 -07:00
parent 81244015c1
commit 401ac19aa6

View file

@ -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',