Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/module/PhabricatorConfigSiteModule.php
- This file was copied to src/applications/config/module/PhabricatorConfigRequestExceptionHandlerModule.php.
| Show All 34 Lines | $table = id(new AphrontTableView($rows)) | ||||
| array( | array( | ||||
| null, | null, | ||||
| 'pri', | 'pri', | ||||
| 'wide', | 'wide', | ||||
| )); | )); | ||||
| return id(new PHUIObjectBoxView()) | return id(new PHUIObjectBoxView()) | ||||
| ->setHeaderText(pht('Sites')) | ->setHeaderText(pht('Sites')) | ||||
| ->appendChild($table); | ->setTable($table); | ||||
| } | } | ||||
| } | } | ||||