Archived
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