mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Fix audit display on the homedashpageboxlist
Summary: we need set flush on the home display Test Plan: checked home and audit home, both cards, proper spacing Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D8939
This commit is contained in:
parent
173fd49e67
commit
f32662a729
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ final class PhabricatorAuditListView extends AphrontView {
|
|||
|
||||
public function render() {
|
||||
$list = $this->buildList();
|
||||
$list->setFlush(true);
|
||||
return $list->render();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue