mirror of https://github.com/Icinga/icinga2.git
Windows: client -> agent inside the setup routine
Requires updates screenshots later on.
This commit is contained in:
parent
647348fbca
commit
7536ec4bdf
|
@ -153,7 +153,7 @@
|
|||
this.lblSetupCompleted.Name = "lblSetupCompleted";
|
||||
this.lblSetupCompleted.Size = new System.Drawing.Size(259, 13);
|
||||
this.lblSetupCompleted.TabIndex = 0;
|
||||
this.lblSetupCompleted.Text = "The Icinga 2 Windows client was set up successfully.";
|
||||
this.lblSetupCompleted.Text = "The Icinga Windows agent was set up successfully.";
|
||||
//
|
||||
// tabConfigure
|
||||
//
|
||||
|
@ -272,7 +272,7 @@
|
|||
this.introduction1.Name = "introduction1";
|
||||
this.introduction1.Size = new System.Drawing.Size(269, 13);
|
||||
this.introduction1.TabIndex = 6;
|
||||
this.introduction1.Text = "Welcome to the Icinga 2 Windows Client Setup Wizard!";
|
||||
this.introduction1.Text = "Welcome to the Icinga Windows Agent Setup Wizard!";
|
||||
//
|
||||
// groupBox3
|
||||
//
|
||||
|
@ -437,7 +437,7 @@
|
|||
this.groupBox1.Size = new System.Drawing.Size(601, 110);
|
||||
this.groupBox1.TabIndex = 1;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Parent master/satellite instance(s) for this client";
|
||||
this.groupBox1.Text = "Parent master/satellite instance(s) for this agent";
|
||||
//
|
||||
// btnEditEndpoint
|
||||
//
|
||||
|
|
|
@ -290,7 +290,7 @@ namespace Icinga
|
|||
SetConfigureStatus(100, "Finished.");
|
||||
|
||||
// Override the completed text
|
||||
lblSetupCompleted.Text = "The Icinga 2 Windows client was set up successfully.";
|
||||
lblSetupCompleted.Text = "The Icinga Windows agent was set up successfully.";
|
||||
|
||||
// Add a note for the user for ticket-less signing
|
||||
if (ticket.Length == 0) {
|
||||
|
|
Loading…
Reference in New Issue