]> granicus.if.org Git - icinga2/commitdiff
Windows Wizard: Always enable the endpoint connection form
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 16 Oct 2017 16:25:48 +0000 (18:25 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 3 Nov 2017 12:58:18 +0000 (13:58 +0100)
We always have to tick them anyways, as otherwise the setup wizard
won't work with CSR signing.

refs #5681

agent/windows-setup-agent/EndpointInputBox.Designer.cs

index c06ec16d0b2ec41ebf10ee0272ce405013995c4f..04eb762ef9cf027b7f2cd2a9ad481a6651ab1271 100644 (file)
@@ -62,7 +62,6 @@
                        // 
                        // txtHost
                        // 
-                       this.txtHost.Enabled = false;
                        this.txtHost.Location = new System.Drawing.Point(101, 103);
                        this.txtHost.Name = "txtHost";
                        this.txtHost.Size = new System.Drawing.Size(251, 20);
@@ -70,7 +69,6 @@
                        // 
                        // txtPort
                        // 
-                       this.txtPort.Enabled = false;
                        this.txtPort.Location = new System.Drawing.Point(101, 134);
                        this.txtPort.Name = "txtPort";
                        this.txtPort.Size = new System.Drawing.Size(100, 20);
                        // chkConnect
                        // 
                        this.chkConnect.AutoSize = true;
+                       this.chkConnect.Checked = true;
+                       this.chkConnect.CheckState = System.Windows.Forms.CheckState.Checked;
                        this.chkConnect.Location = new System.Drawing.Point(18, 73);
                        this.chkConnect.Name = "chkConnect";
                        this.chkConnect.Size = new System.Drawing.Size(141, 17);