From 401ac19aa6a1dd2e0b3a7139771ee14afc9770e7 Mon Sep 17 00:00:00 2001 From: Jason Ge Date: Fri, 13 Apr 2012 02:17:34 -0700 Subject: [PATCH] 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 --- .../controller/console/PhabricatorDaemonConsoleController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/daemon/controller/console/PhabricatorDaemonConsoleController.php b/src/applications/daemon/controller/console/PhabricatorDaemonConsoleController.php index 5b8c4ada4b..db7b3fa9d2 100644 --- a/src/applications/daemon/controller/console/PhabricatorDaemonConsoleController.php +++ b/src/applications/daemon/controller/console/PhabricatorDaemonConsoleController.php @@ -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',