mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CP-6093: Removed uses of the enum value Tab.History.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
dfa26cf0cc
commit
0d1b7b2b74
@ -461,9 +461,6 @@ namespace XenAdmin.Controls.Wlb
|
||||
if ((action != null && action.GetType() != typeof(WlbOptimizePoolAction)) || action == null)
|
||||
{
|
||||
new WlbOptimizePoolAction(_pool, _vmOptList, _optId).RunAsync();
|
||||
|
||||
// Switch to logs tab, since this action takes a while and there's no feedback on the HA tab
|
||||
Program.MainWindow.SwitchToTab(MainWindow.Tab.History);
|
||||
Program.MainWindow.UpdateToolbars();
|
||||
}
|
||||
}
|
||||
|
@ -1719,7 +1719,7 @@ namespace XenAdmin
|
||||
/// </summary>
|
||||
public enum Tab
|
||||
{
|
||||
Overview, Home, Settings, Storage, Network, Console, Performance, History, NICs, SR
|
||||
Overview, Home, Settings, Storage, Network, Console, Performance, NICs, SR
|
||||
}
|
||||
|
||||
public void SwitchToTab(Tab tab)
|
||||
|
@ -153,8 +153,6 @@ namespace XenAdmin.Wizards
|
||||
action.RunAsync();
|
||||
|
||||
Program.MainWindow.UpdateToolbars();
|
||||
// Switch to logs tab, since this action takes a while and there's no feedback on the HA tab
|
||||
Program.MainWindow.SwitchToTab(MainWindow.Tab.History);
|
||||
base.FinishWizard();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user