Move PHUIErrorView to PHUIInfoView
Summary: Since this element isn't strictly about errors, re-label as info view instead. Test Plan: Grepped for all callsites, tested UIExamples and a few other random pages. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: hach-que, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11867
This commit is contained in:
@@ -327,8 +327,8 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController {
|
||||
}
|
||||
|
||||
private function renderMiniPanel($title, $body) {
|
||||
$panel = new PHUIErrorView();
|
||||
$panel->setSeverity(PHUIErrorView::SEVERITY_NODATA);
|
||||
$panel = new PHUIInfoView();
|
||||
$panel->setSeverity(PHUIInfoView::SEVERITY_NODATA);
|
||||
$panel->appendChild(
|
||||
phutil_tag(
|
||||
'p',
|
||||
|
||||
Reference in New Issue
Block a user