GabrielBrascher commented on a change in pull request #845: URL: https://github.com/apache/cloudstack-primate/pull/845#discussion_r518092833
########## File path: src/config/section/network.js ########## @@ -29,7 +29,16 @@ export default { icon: 'apartment', permission: ['listNetworks'], resourceType: 'Network', - columns: ['name', 'state', 'type', 'cidr', 'ip6cidr', 'broadcasturi', 'account', 'zonename'], + columns: ['name', 'state', + { + type: (record) => { + if (record.vpcid && record.vpcid !== '') { + return 'VPC Tier' Review comment: **+1** on having such information on UI as proposed by @rhtyd. What about having the VPC name provided instead of just pointing it as a _VPC Tier_? Or do you think that it would be too much for this window? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org