mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CA-181342: Now the user can mount or eject ISO images from Console.
This commit is contained in:
parent
fb8a6665a6
commit
4d625de0a2
@ -1552,7 +1552,7 @@ namespace XenAdmin.ConsoleView
|
||||
private void UpdateOpenSSHConsoleButtonState()
|
||||
{
|
||||
buttonSSH.Visible = IsSSHConsoleButtonShown;
|
||||
buttonPanel.Enabled = CanStartSSHConsole;
|
||||
buttonSSH.Enabled = CanStartSSHConsole;
|
||||
}
|
||||
|
||||
private bool IsSSHConsoleButtonShown
|
||||
|
Loading…
Reference in New Issue
Block a user