Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15283520
D18435.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
759 B
Referenced Files
None
Subscribers
None
D18435.diff
View Options
diff --git a/src/applications/diffusion/panel/DiffusionSetPasswordSettingsPanel.php b/src/applications/diffusion/panel/DiffusionSetPasswordSettingsPanel.php
--- a/src/applications/diffusion/panel/DiffusionSetPasswordSettingsPanel.php
+++ b/src/applications/diffusion/panel/DiffusionSetPasswordSettingsPanel.php
@@ -233,6 +233,7 @@
$object_box = id(new PHUIObjectBoxView())
->setHeaderText($title)
+ ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
->setForm($form)
->setFormErrors($errors);
@@ -258,6 +259,7 @@
$remove_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Remove VCS Password'))
+ ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
->setForm($remove_form);
$saved = null;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 5, 7:41 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223987
Default Alt Text
D18435.diff (759 B)
Attached To
Mode
D18435: Update VCS Password settings page
Attached
Detach File
Event Timeline
Log In to Comment