Config style updates.
Summary: Minor spacing tweaks to Config app. Added label for consistency. Test Plan: Review pages in the Config app for spacing. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4523
This commit is contained in:
@@ -11,6 +11,7 @@ abstract class PhabricatorConfigController extends PhabricatorController {
|
||||
|
||||
$nav = new AphrontSideNavFilterView();
|
||||
$nav->setBaseURI(new PhutilURI($this->getApplicationURI()));
|
||||
$nav->addLabel(pht('Site Config'));
|
||||
$nav->addFilter('/', pht('Configuration'));
|
||||
$nav->addFilter('issue/', pht('Setup Issues'));
|
||||
$nav->addFilter('all/', pht('Current Settings'));
|
||||
|
||||
Reference in New Issue
Block a user