mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Add some new Dashboard icons
Summary: Ref T10390. Fixes the missing "fa-dashboard" icon and adds a few more for an even 25. Test Plan: Create new dashboard, see dashboard icon, select new dashboard icon. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10390 Differential Revision: https://secure.phabricator.com/D17526
This commit is contained in:
parent
7d4c0f002f
commit
d6f7da8685
1 changed files with 13 additions and 2 deletions
|
@ -12,6 +12,7 @@ final class PhabricatorDashboardIconSet
|
|||
protected function newIcons() {
|
||||
$map = array(
|
||||
'fa-home' => pht('Home'),
|
||||
'fa-dashboard' => pht('Dashboard'),
|
||||
'fa-th-large' => pht('Blocks'),
|
||||
'fa-columns' => pht('Columns'),
|
||||
'fa-bookmark' => pht('Page Saver'),
|
||||
|
@ -20,16 +21,26 @@ final class PhabricatorDashboardIconSet
|
|||
'fa-bomb' => pht('Kaboom'),
|
||||
'fa-pie-chart' => pht('Apple Blueberry'),
|
||||
'fa-bar-chart' => pht('Serious Business'),
|
||||
'fa-briefcase' => pht('Project'),
|
||||
|
||||
'fa-bell' => pht('Ding Ding'),
|
||||
'fa-credit-card' => pht('Plastic Debt'),
|
||||
'fa-code' => pht('PHP is Life'),
|
||||
'fa-sticky-note' => pht('To Self'),
|
||||
|
||||
'fa-newspaper-o' => pht('Stay Woke'),
|
||||
|
||||
'fa-server' => pht('Metallica'),
|
||||
'fa-hashtag' => pht('Corned Beef'),
|
||||
'fa-group' => pht('Triplets'),
|
||||
'fa-anchor' => pht('Tasks'),
|
||||
'fa-calendar' => pht('Calendar'),
|
||||
'fa-compass' => pht('Wayfinding'),
|
||||
|
||||
'fa-futbol-o' => pht('Sports'),
|
||||
'fa-flag' => pht('Flag'),
|
||||
'fa-ship' => pht('Water Vessel'),
|
||||
'fa-feed' => pht('Wireless'),
|
||||
'fa-bullhorn' => pht('Announcement'),
|
||||
|
||||
);
|
||||
|
||||
$icons = array();
|
||||
|
|
Loading…
Reference in a new issue