mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -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;
|
||||
if (adAuth) {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user