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:
@@ -72,6 +72,7 @@ final class PhabricatorConfigGroupController
|
||||
$engine->process();
|
||||
|
||||
$list = new PhabricatorObjectItemListView();
|
||||
$list->setStackable();
|
||||
foreach ($options as $option) {
|
||||
$summary = $engine->getOutput($option, 'summary');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user