mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
change field type to Password (#7791)
This commit is contained in:
@@ -110,7 +110,7 @@ export class ClusterSettingsPage extends WizardPageBase<DeployClusterWizard> {
|
|||||||
required: false,
|
required: false,
|
||||||
variableName: VariableNames.DockerUsername_VariableName
|
variableName: VariableNames.DockerUsername_VariableName
|
||||||
}, {
|
}, {
|
||||||
type: FieldType.Text,
|
type: FieldType.Password,
|
||||||
label: localize('deployCluster.DockerPassword', "Password"),
|
label: localize('deployCluster.DockerPassword', "Password"),
|
||||||
required: false,
|
required: false,
|
||||||
variableName: VariableNames.DockerPassword_VariableName
|
variableName: VariableNames.DockerPassword_VariableName
|
||||||
|
|||||||
Reference in New Issue
Block a user