Add setStackable to ObjectItemList and use in Config

Summary:
This adds a new method for rendering the object list as a stackable set of items. Good for certain renderings like Config.

u

Test Plan: Review list on iOS, Chrome, FF.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4637
This commit is contained in:
Chad Little
2013-01-24 21:00:47 -08:00
parent 8aea5cda26
commit bf3d972e72
9 changed files with 78 additions and 55 deletions

View File

@@ -72,6 +72,7 @@ final class PhabricatorConfigGroupController
$engine->process();
$list = new PhabricatorObjectItemListView();
$list->setStackable();
foreach ($options as $option) {
$summary = $engine->getOutput($option, 'summary');