Skip to content

Commit 44f6730

Browse files
SadiJrSadiJr
andauthored
ui: Allow users to list VMs by Backup Offering Id in UI (#5818)
Co-authored-by: SadiJr <sadi@scclouds.com.br>
1 parent 204fd5c commit 44f6730

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/src/config/section/offering.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ export default {
207207
permission: ['listBackupOfferings', 'listInfrastructure'],
208208
columns: ['name', 'description', 'zonename'],
209209
details: ['name', 'id', 'description', 'externalid', 'zone', 'allowuserdrivenbackups', 'created'],
210+
related: [{
211+
name: 'vm',
212+
title: 'label.instances',
213+
param: 'backupofferingid'
214+
}],
210215
actions: [{
211216
api: 'importBackupOffering',
212217
icon: 'plus',

0 commit comments

Comments
 (0)