Fix buildbot application
Was using deprecated class.
This commit is contained in:
@@ -17,9 +17,8 @@ final class PhabricatorBuildbotController extends PhabricatorController {
|
|||||||
</script>
|
</script>
|
||||||
See <a href="https://builder.blender.org/download">builder.blender.org</a>.';
|
See <a href="https://builder.blender.org/download">builder.blender.org</a>.';
|
||||||
|
|
||||||
$panel = new AphrontPanelView();
|
$panel = new PHUIObjectBoxView();
|
||||||
$panel->appendChild(phutil_safe_html($html));
|
$panel->appendChild(phutil_safe_html($html));
|
||||||
$panel->setNoBackground();
|
|
||||||
|
|
||||||
$content = array(
|
$content = array(
|
||||||
$panel
|
$panel
|
||||||
|
|||||||
Reference in New Issue
Block a user