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 c5e8f63 commit 8ae6ee1Copy full SHA for 8ae6ee1
ui/src/config/section/compute.js
@@ -219,6 +219,10 @@ export default {
219
args: ['virtualmachineid', 'backupofferingid'],
220
show: (record) => { return !record.backupofferingid },
221
mapping: {
222
+ backupofferingid: {
223
+ api: 'listBackupOfferings',
224
+ params: (record) => { return { zoneid: record.zoneid } }
225
+ },
226
virtualmachineid: {
227
value: (record, params) => { return record.id }
228
}
0 commit comments