You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2021/12/30 18:39:50 UTC

[cloudstack] branch main updated: ui: Allow users to list VMs by Backup Offering Id in UI (#5818)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 44f6730  ui: Allow users to list VMs by Backup Offering Id in UI (#5818)
44f6730 is described below

commit 44f67308683d7c928215bc708ac007be06b0c3c3
Author: SadiJr <sa...@gmail.com>
AuthorDate: Thu Dec 30 15:37:59 2021 -0300

    ui: Allow users to list VMs by Backup Offering Id in UI (#5818)
    
    Co-authored-by: SadiJr <sa...@scclouds.com.br>
---
 ui/src/config/section/offering.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ui/src/config/section/offering.js b/ui/src/config/section/offering.js
index 6a09e6f..05da70a 100644
--- a/ui/src/config/section/offering.js
+++ b/ui/src/config/section/offering.js
@@ -207,6 +207,11 @@ export default {
       permission: ['listBackupOfferings', 'listInfrastructure'],
       columns: ['name', 'description', 'zonename'],
       details: ['name', 'id', 'description', 'externalid', 'zone', 'allowuserdrivenbackups', 'created'],
+      related: [{
+        name: 'vm',
+        title: 'label.instances',
+        param: 'backupofferingid'
+      }],
       actions: [{
         api: 'importBackupOffering',
         icon: 'plus',