Fix buildbot application
Was using deprecated class.
This commit is contained in:
@@ -17,9 +17,8 @@ final class PhabricatorBuildbotController extends PhabricatorController {
|
||||
</script>
|
||||
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->setNoBackground();
|
||||
|
||||
$content = array(
|
||||
$panel
|
||||
|
Reference in New Issue
Block a user