Merge pull request #371 from xenserver/GaborApatiNagy-patch-2

fixing typo in a comment, fixing build
This commit is contained in:
Gabor Apati-Nagy 2015-03-09 20:02:40 +00:00
commit f949fb78d8

View File

@ -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;
}