always show the header (#9521)

This commit is contained in:
Alan Ren
2020-03-10 10:06:55 -07:00
committed by GitHub
parent 1fb3faeda1
commit 96935f2f87

View File

@@ -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;