mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - network offering page - remove "Unavailable" from the drop down choice for Availability.
This commit is contained in:
parent
08160fa882
commit
c93730ddaf
|
|
@ -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});
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue