diff options
Diffstat (limited to 'client_wizard/client.wiz')
-rw-r--r-- | client_wizard/client.wiz | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client_wizard/client.wiz b/client_wizard/client.wiz index 560ce447..cc640354 100644 --- a/client_wizard/client.wiz +++ b/client_wizard/client.wiz @@ -4,7 +4,7 @@ <Wizard name="general" libScript="__WIZ_HOME__/common/scripts/functions.sh" - wizardTitle="Client wizard" + wizardTitle="DNS client wizard" imagePosition="top" defaultImage="__WIZ_HOME__/client_wizard/images/DNS" perlModule="__WIZ_HOME__/client_wizard/scripts/Clientconf.pm" @@ -126,6 +126,7 @@ name="wiz_client_name" variableName="wiz_client_name" helpText="Name of the machine:" + fillfunc="name" editable="true" > </Freetext> @@ -134,6 +135,7 @@ name="wiz_client_ip" variableName="wiz_client_ip" helpText="IP number of the machine:" + fillfunc="ip" editable="true" > </Freetext> |