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 a163831 commit 474ea88Copy full SHA for 474ea88
ui/src/config/section/compute.js
@@ -224,6 +224,10 @@ export default {
224
args: ['virtualmachineid', 'backupofferingid'],
225
show: (record) => { return !record.backupofferingid },
226
mapping: {
227
+ backupofferingid: {
228
+ api: 'listBackupOfferings',
229
+ params: (record) => { return { zoneid: record.zoneid } }
230
+ },
231
virtualmachineid: {
232
value: (record, params) => { return record.id }
233
}
0 commit comments