[Redesign] Add Table, Collapse support to ObjectBox

This commit is contained in:
Chad Little
2015-05-19 23:14:22 -07:00
parent fa858cc8fd
commit 667159eb07
18 changed files with 46 additions and 22 deletions

View File

@@ -132,7 +132,7 @@ final class DiffusionSymbolController extends DiffusionController {
$panel = new PHUIObjectBoxView();
$panel->setHeaderText(pht('Similar Symbols'));
$panel->appendChild($table);
$panel->setTable($table);
return $this->buildApplicationPage(
$panel,