mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
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:
parent
dd19f3a0b7
commit
da2c96ad1c
@ -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
|
||||
//
|
||||
|
@ -116,10 +116,5 @@ namespace XenAdmin.Wizards.RollingUpgradeWizard
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void label5_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
4
XenModel/Messages.Designer.cs
generated
4
XenModel/Messages.Designer.cs
generated
@ -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 &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 &updates on the new version (only on pools licensed for automated updates).
|
||||
/// </summary>
|
||||
public static string PATCHINGWIZARD_SELECTSERVERPAGE_APPLY_UPDATES_MIXED {
|
||||
get {
|
||||
|
@ -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 &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 &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>
|
||||
|
Loading…
Reference in New Issue
Block a user