mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Set blue background (unless it looks terrible)
Summary: See D15525. Test Plan: {F1190753} Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D15526
This commit is contained in:
parent
39a4d5b8c1
commit
d784d9c044
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ final class HarbormasterUnitMessageViewController
|
||||||
$curtain = $this->buildCurtainView($message, $build);
|
$curtain = $this->buildCurtainView($message, $build);
|
||||||
|
|
||||||
$unit = id(new PHUIObjectBoxView())
|
$unit = id(new PHUIObjectBoxView())
|
||||||
->setHeader($header)
|
->setHeaderText(pht('TEST RESULT'))
|
||||||
|
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
|
||||||
->addPropertyList($properties);
|
->addPropertyList($properties);
|
||||||
|
|
||||||
$crumbs = $this->buildApplicationCrumbs();
|
$crumbs = $this->buildApplicationCrumbs();
|
||||||
|
|
Loading…
Reference in a new issue