cloudStack 3.0 new UI - network offering page - remove "Unavailable" from the drop down choice for Availability.

This commit is contained in:
Jessica Wang 2011-11-11 11:09:31 -08:00
parent 08160fa882
commit c93730ddaf
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@
var items = [];
items.push({id: 'Required', description: 'Required'});
items.push({id: 'Optional', description: 'Optional'});
items.push({id: 'Unavailable', description: 'Unavailable'});
//items.push({id: 'Unavailable', description: 'Unavailable'});
args.response.success({data: items});
}
},