Differential D18526 Diff 44493 src/applications/oauthserver/panel/PhabricatorOAuthServerAuthorizationsSettingsPanel.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/oauthserver/panel/PhabricatorOAuthServerAuthorizationsSettingsPanel.php
Show First 20 Lines • Show All 128 Lines • ▼ Show 20 Lines | $table->setColumnClasses( | ||||
'action', | 'action', | ||||
)); | )); | ||||
$header = id(new PHUIHeaderView()) | $header = id(new PHUIHeaderView()) | ||||
->setHeader(pht('OAuth Application Authorizations')); | ->setHeader(pht('OAuth Application Authorizations')); | ||||
$panel = id(new PHUIObjectBoxView()) | $panel = id(new PHUIObjectBoxView()) | ||||
->setHeader($header) | ->setHeader($header) | ||||
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) | ->setBackground(PHUIObjectBoxView::WHITE_CONFIG) | ||||
->setTable($table); | ->appendChild($table); | ||||
return $panel; | return $panel; | ||||
} | } | ||||
} | } |