diff --git a/ui/src/config/section/offering.js b/ui/src/config/section/offering.js index 30e67c87154..a81e5a7d661 100644 --- a/ui/src/config/section/offering.js +++ b/ui/src/config/section/offering.js @@ -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',