We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01032c9 commit 8030da6Copy full SHA for 8030da6
ui/src/config/section/compute.js
@@ -244,6 +244,10 @@ export default {
244
args: ['virtualmachineid', 'backupofferingid'],
245
show: (record) => { return !record.backupofferingid },
246
mapping: {
247
+ backupofferingid: {
248
+ api: 'listBackupOfferings',
249
+ params: (record) => { return { zoneid: record.zoneid } }
250
+ },
251
virtualmachineid: {
252
value: (record, params) => { return record.id }
253
}
0 commit comments