This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
commit f71ffc3d3d12c8b4c803b4719dcaa9eeb788356a Author: Rohit Yadav <[email protected]> AuthorDate: Sat Jun 27 02:29:42 2020 +0530 config: remove redundant information for VM Signed-off-by: Rohit Yadav <[email protected]> --- src/config/section/compute.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/config/section/compute.js b/src/config/section/compute.js index adbcc52..83f1641 100644 --- a/src/config/section/compute.js +++ b/src/config/section/compute.js @@ -63,10 +63,6 @@ export default { }, details: ['displayname', 'name', 'id', 'state', 'ipaddress', 'templatename', 'ostypename', 'serviceofferingname', 'isdynamicallyscalable', 'haenable', 'hypervisor', 'boottype', 'bootmode', 'account', 'domain', 'zonename'], related: [{ - name: 'volume', - title: 'label.volumes', - param: 'virtualmachineid' - }, { name: 'vmsnapshot', title: 'label.vm.snapshots', param: 'virtualmachineid' @@ -74,10 +70,6 @@ export default { name: 'backup', title: 'label.backup', param: 'virtualmachineid' - }, { - name: 'affinitygroup', - title: 'label.affinity.groups', - param: 'virtualmachineid' }], tabs: [{ component: () => import('@/views/compute/InstanceTab.vue')
