CP-28426: RPU wizard: add user option for automatically applying updates - changes following code review

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2018-06-18 16:22:30 +01:00 committed by Konstantina Chremmou
parent dd19f3a0b7
commit da2c96ad1c
5 changed files with 5 additions and 14 deletions

View File

@ -94,7 +94,6 @@ namespace XenAdmin.Wizards.RollingUpgradeWizard
//
resources.ApplyResources(this.applyUpdatesLabel, "applyUpdatesLabel");
this.applyUpdatesLabel.Name = "applyUpdatesLabel";
this.applyUpdatesLabel.Click += new System.EventHandler(this.label5_Click);
//
// applyUpdatesCheckBox
//

View File

@ -116,10 +116,5 @@ namespace XenAdmin.Wizards.RollingUpgradeWizard
}
}
#endregion
private void label5_Click(object sender, EventArgs e)
{
}
}
}

View File

@ -346,10 +346,7 @@
<value>NoControl</value>
</data>
<data name="applyUpdatesCheckBox.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 274</value>
</data>
<data name="applyUpdatesCheckBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 5, 3, 3</value>
<value>3, 272</value>
</data>
<data name="applyUpdatesCheckBox.Size" type="System.Drawing.Size, System.Drawing">
<value>15, 14</value>

View File

@ -27599,7 +27599,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Also apply all released updates on the new version.
/// Looks up a localized string similar to Also apply all released &amp;updates on the new version.
/// </summary>
public static string PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES {
get {
@ -27608,7 +27608,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Also apply all released updates on the new version (only on pools licensed for automated updates).
/// Looks up a localized string similar to Also apply all released &amp;updates on the new version (only on pools licensed for automated updates).
/// </summary>
public static string PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES_MIXED {
get {

View File

@ -9514,10 +9514,10 @@ However, there is not enough space to perform the repartitioning, so the current
<value>[XenServer] Updates and Supplemental Packs (*.{0}, *.iso,*.zip)|*.{0};*.iso;*.zip</value>
</data>
<data name="PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES" xml:space="preserve">
<value>Also apply all released updates on the new version</value>
<value>Also apply all released &amp;updates on the new version</value>
</data>
<data name="PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES_MIXED" xml:space="preserve">
<value>Also apply all released updates on the new version (only on pools licensed for automated updates)</value>
<value>Also apply all released &amp;updates on the new version (only on pools licensed for automated updates)</value>
</data>
<data name="PATCHINGWIZARD_SELECTSERVERPAGE_AUTOMATED_UPDATES_NOT_SUPPORTED_HOST_VERSION" xml:space="preserve">
<value>Automated updates are not supported on this [XenServer] version</value>