git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14224 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -997,10 +997,8 @@ function setOSImageCookies(data) { | ||||
|          | ||||
|         // Only save install boot | ||||
|         if (provMethod.indexOf('install') > -1) { | ||||
|             if (!osComments) { | ||||
|                 osComments = "No descritption"; | ||||
|                 imageNames.push(osImage + ':' + osComments); | ||||
|             } else { | ||||
|             if (osComments) { | ||||
|             	// Only enable images where description and selectable comments exist | ||||
|                 // Set default description and selectable | ||||
|                 selectable = "no"; | ||||
|                 desc = "No description"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user