mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
always show the header (#9521)
This commit is contained in:
@@ -421,6 +421,8 @@ export class ServiceSettingsPage extends WizardPageBase<DeployClusterWizard> {
|
|||||||
this.endpointSection.collapsed = !adAuth;
|
this.endpointSection.collapsed = !adAuth;
|
||||||
if (adAuth) {
|
if (adAuth) {
|
||||||
this.endpointHeaderRow.addItems([this.endpointNameColumnHeader, this.dnsColumnHeader, this.portColumnHeader]);
|
this.endpointHeaderRow.addItems([this.endpointNameColumnHeader, this.dnsColumnHeader, this.portColumnHeader]);
|
||||||
|
} else {
|
||||||
|
this.endpointHeaderRow.addItems([this.endpointNameColumnHeader, this.portColumnHeader]);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInputBoxComponent(VariableNames.ControllerDNSName_VariableName, this.inputComponents).required = adAuth;
|
getInputBoxComponent(VariableNames.ControllerDNSName_VariableName, this.inputComponents).required = adAuth;
|
||||||
|
|||||||
Reference in New Issue
Block a user