CA-181342: Now the user can mount or eject ISO images from Console.

This commit is contained in:
Carmen Agimof 2015-09-08 15:47:44 +01:00
parent fb8a6665a6
commit 4d625de0a2

View File

@ -1552,7 +1552,7 @@ namespace XenAdmin.ConsoleView
private void UpdateOpenSSHConsoleButtonState()
{
buttonSSH.Visible = IsSSHConsoleButtonShown;
buttonPanel.Enabled = CanStartSSHConsole;
buttonSSH.Enabled = CanStartSSHConsole;
}
private bool IsSSHConsoleButtonShown