mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
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:
parent
dd4359c5c7
commit
ca135256b5
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue