Add FontIcon bridge to AppIcons

Summary: Select a similar or better FontAwesome icon to represent each application

Test Plan: Visual inspection

Reviewers: epriestley, btrahan

Subscribers: hach-que, Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11489
This commit is contained in:
Chad Little
2015-01-24 23:41:43 -08:00
parent e0289070db
commit 5d8bb61dde
57 changed files with 229 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ final class PhabricatorOAuthServerApplication extends PhabricatorApplication {
return 'oauthserver';
}
public function getFontIcon() {
return 'fa-hotel';
}
public function getTitleGlyph() {
return "\xE2\x99\x86";
}