mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
The Specify Client ID link was launching the wrong dialog.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
e4012a7bd5
commit
c7411c0bb2
@ -33,7 +33,7 @@ using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using XenAdmin.Controls;
|
||||
using XenAdmin.Core;
|
||||
using XenAdmin.Dialogs;
|
||||
using XenAdmin.Dialogs.ServerUpdates;
|
||||
|
||||
namespace XenAdmin.Wizards.PatchingWizard
|
||||
{
|
||||
@ -95,9 +95,9 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
|
||||
private void linkLabelClientId_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
using (var dialog = new OptionsDialog(Program.MainWindow.PluginManager))
|
||||
using (var dialog = new ConfigUpdatesDialog())
|
||||
{
|
||||
dialog.SelectUpdateOptionsPage();
|
||||
dialog.SelectLcmTab();
|
||||
dialog.ShowDialog(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user