Differential D20399 Diff 48690 src/applications/dashboard/controller/dashboard/PhabricatorDashboardViewController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/dashboard/controller/dashboard/PhabricatorDashboardViewController.php
| Show First 20 Lines • Show All 166 Lines • ▼ Show 20 Lines | foreach ($items as $item) { | ||||
| id(new PHUIIconView())->setIcon($profile_icon), | id(new PHUIIconView())->setIcon($profile_icon), | ||||
| $type, | $type, | ||||
| $profile, | $profile, | ||||
| $custom, | $custom, | ||||
| ); | ); | ||||
| } | } | ||||
| $usage_table = id(new AphrontTableView($rows)) | $usage_table = id(new AphrontTableView($rows)) | ||||
| ->setNoDataString( | |||||
| pht('This dashboard has not been added to any menus.')) | |||||
| ->setHeaders( | ->setHeaders( | ||||
| array( | array( | ||||
| null, | null, | ||||
| pht('Type'), | pht('Type'), | ||||
| pht('Menu'), | pht('Menu'), | ||||
| pht('Global/Personal'), | pht('Global/Personal'), | ||||
| )) | )) | ||||
| ->setColumnClasses( | ->setColumnClasses( | ||||
| Show All 19 Lines | |||||