mirror of https://github.com/apache/cloudstack.git
offering: fix known availability options for network offerings
Fixes #188 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
0067c85d09
commit
507bf7e5c5
|
|
@ -152,7 +152,12 @@ export default {
|
|||
icon: 'edit',
|
||||
label: 'Edit Offering',
|
||||
dataView: true,
|
||||
args: ['name', 'displaytext', 'availability']
|
||||
args: ['name', 'displaytext', 'availability'],
|
||||
mapping: {
|
||||
availability: {
|
||||
options: ['Optional', 'Required']
|
||||
}
|
||||
}
|
||||
}, {
|
||||
api: 'updateNetworkOffering',
|
||||
icon: 'play-circle',
|
||||
|
|
|
|||
Loading…
Reference in New Issue