Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15411860
D18574.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
871 B
Referenced Files
None
Subscribers
None
D18574.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,7 +233,7 @@
$object_box = id(new PHUIObjectBoxView())
->setHeaderText($title)
- ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
+ ->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
->setForm($form)
->setFormErrors($errors);
@@ -259,7 +259,7 @@
$remove_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Remove VCS Password'))
- ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
+ ->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
->setForm($remove_form);
$saved = null;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 20 2025, 10:03 AM (7 w, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7665326
Default Alt Text
D18574.diff (871 B)
Attached To
Mode
D18574: Update VCS password UI
Attached
Detach File
Event Timeline
Log In to Comment