Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15390227
D17526.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17526.diff
View Options
diff --git a/src/applications/dashboard/icon/PhabricatorDashboardIconSet.php b/src/applications/dashboard/icon/PhabricatorDashboardIconSet.php
--- a/src/applications/dashboard/icon/PhabricatorDashboardIconSet.php
+++ b/src/applications/dashboard/icon/PhabricatorDashboardIconSet.php
@@ -12,6 +12,7 @@
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 @@
'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();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 6:02 AM (1 w, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7692869
Default Alt Text
D17526.diff (1 KB)
Attached To
Mode
D17526: Add some new Dashboard icons
Attached
Detach File
Event Timeline
Log In to Comment