mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Update VCS password UI
Summary: Miss this with earlier pass, updates the VCS password page. Test Plan: Try to set a vcs password Reviewers: epriestley Reviewed By: epriestley Spies: Korvin Differential Revision: https://secure.phabricator.com/D18574
This commit is contained in:
parent
8e9f049626
commit
a46a9ff165
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ final class DiffusionSetPasswordSettingsPanel extends PhabricatorSettingsPanel {
|
||||||
|
|
||||||
$object_box = id(new PHUIObjectBoxView())
|
$object_box = id(new PHUIObjectBoxView())
|
||||||
->setHeaderText($title)
|
->setHeaderText($title)
|
||||||
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
|
->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
|
||||||
->setForm($form)
|
->setForm($form)
|
||||||
->setFormErrors($errors);
|
->setFormErrors($errors);
|
||||||
|
|
||||||
|
@ -259,7 +259,7 @@ final class DiffusionSetPasswordSettingsPanel extends PhabricatorSettingsPanel {
|
||||||
|
|
||||||
$remove_box = id(new PHUIObjectBoxView())
|
$remove_box = id(new PHUIObjectBoxView())
|
||||||
->setHeaderText(pht('Remove VCS Password'))
|
->setHeaderText(pht('Remove VCS Password'))
|
||||||
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
|
->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
|
||||||
->setForm($remove_form);
|
->setForm($remove_form);
|
||||||
|
|
||||||
$saved = null;
|
$saved = null;
|
||||||
|
|
Loading…
Reference in a new issue