git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14224 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8c45b9ff00
commit
026ac2d081
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user