mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +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() {
|
public function render() {
|
||||||
$list = $this->buildList();
|
$list = $this->buildList();
|
||||||
|
$list->setFlush(true);
|
||||||
return $list->render();
|
return $list->render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue