mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #371 from xenserver/GaborApatiNagy-patch-2
fixing typo in a comment, fixing build
This commit is contained in:
commit
f949fb78d8
@ -384,7 +384,7 @@ namespace XenAdmin.TabPages
|
||||
{
|
||||
buttonProperties.Enabled = xenObject != null && !xenObject.Locked && xenObject.Connection != null && xenObject.Connection.IsConnected;
|
||||
|
||||
//keeping it seperate
|
||||
//keeping it separate
|
||||
if (xenObject is DockerContainer)
|
||||
buttonProperties.Enabled = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user