mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
CA-201032: Made automatic option not visible in the Install Patches Wizard
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
35ae8fb9cd
commit
88a3291630
@ -150,6 +150,9 @@
|
||||
<data name="automaticOptionLabel.Text" xml:space="preserve">
|
||||
<value>[XenCenter] will &automatically download and install all current updates from [Citrix], usually with only a single reboot at the end.</value>
|
||||
</data>
|
||||
<data name="automaticOptionLabel.Visible" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name=">>automaticOptionLabel.Name" xml:space="preserve">
|
||||
<value>automaticOptionLabel</value>
|
||||
</data>
|
||||
@ -192,6 +195,9 @@
|
||||
<data name="AutomaticRadioButton.Text" xml:space="preserve">
|
||||
<value>Automatic</value>
|
||||
</data>
|
||||
<data name="AutomaticRadioButton.Visible" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name=">>AutomaticRadioButton.Name" xml:space="preserve">
|
||||
<value>AutomaticRadioButton</value>
|
||||
</data>
|
||||
@ -379,7 +385,7 @@
|
||||
<value>No</value>
|
||||
</data>
|
||||
<data name="downloadUpdateRadioButton.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>354, 17</value>
|
||||
<value>163, 17</value>
|
||||
</data>
|
||||
<data name="downloadUpdateRadioButton.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
@ -418,7 +424,7 @@
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="label3.Text" xml:space="preserve">
|
||||
<value>Select Automatic mode or manually select an update to be downloaded from [Citrix], or browse an update or supplemental pack file from your computer.</value>
|
||||
<value>Select an update that you wish to download from [Citrix], or an update or supplemental pack that you have already downloaded to your local disk.</value>
|
||||
</data>
|
||||
<data name=">>label3.Name" xml:space="preserve">
|
||||
<value>label3</value>
|
||||
|
Loading…
Reference in New Issue
Block a user