Remove panels in Audit.
Summary: Checked Audit and removed panel backgrounds. Test Plan: Chrome Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4452
This commit is contained in:
@@ -383,6 +383,7 @@ final class PhabricatorAuditListController extends PhabricatorAuditController {
|
||||
$panel = new AphrontPanelView();
|
||||
$panel->setHeader($header);
|
||||
$panel->appendChild($view);
|
||||
$panel->setNoBackground();
|
||||
|
||||
if ($use_pager) {
|
||||
$panel->appendChild($pager);
|
||||
@@ -476,6 +477,7 @@ final class PhabricatorAuditListController extends PhabricatorAuditController {
|
||||
$panel = new AphrontPanelView();
|
||||
$panel->setHeader($header);
|
||||
$panel->appendChild($view);
|
||||
$panel->setNoBackground();
|
||||
|
||||
if ($use_pager) {
|
||||
$panel->appendChild($pager);
|
||||
|
||||
Reference in New Issue
Block a user