Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14033725
D7645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
867 B
Referenced Files
None
Subscribers
None
D7645.diff
View Options
Index: src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
===================================================================
--- src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
+++ src/applications/settings/panel/PhabricatorSettingsPanelSSHKeys.php
@@ -160,16 +160,12 @@
->addCancelButton($this->getPanelURI())
->setValue($save));
- $header_title = new PHUIHeaderView();
- $header_title->setHeader($header);
+ $form_box = id(new PHUIObjectBoxView())
+ ->setHeaderText($header)
+ ->setFormError($error_view)
+ ->setForm($form);
- return id(new AphrontNullView())
- ->appendChild(
- array(
- $error_view,
- $header_title,
- $form,
- ));
+ return $form_box;
}
private function renderKeyListView(AphrontRequest $request) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 7:40 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6710914
Default Alt Text
D7645.diff (867 B)
Attached To
Mode
D7645: Update 'Add SSH Key' page
Attached
Detach File
Event Timeline
Log In to Comment