Skip to content

Commit 482e223

Browse files
raveningRakesh Venkatesh
authored andcommitted
Display network type in network overview (#845)
* Display network type in network overview Display "VPC Tier" as type if an isolated network belongs to VPC else display its regular type * Display vpc name with router link Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 1934a61 commit 482e223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
icon: 'apartment',
3030
permission: ['listNetworks'],
3131
resourceType: 'Network',
32-
columns: ['name', 'state', 'type', 'cidr', 'ip6cidr', 'broadcasturi', 'account', 'zonename'],
32+
columns: ['name', 'state', 'type', 'vpcname', 'cidr', 'ip6cidr', 'broadcasturi', 'domain', 'account', 'zonename'],
3333
details: ['name', 'id', 'description', 'type', 'traffictype', 'vpcid', 'vlan', 'broadcasturi', 'cidr', 'ip6cidr', 'netmask', 'gateway', 'aclname', 'ispersistent', 'restartrequired', 'reservediprange', 'redundantrouter', 'networkdomain', 'zonename', 'account', 'domain'],
3434
filters: ['all', 'isolated', 'shared', 'l2'],
3535
searchFilters: ['keyword', 'zoneid', 'domainid', 'account', 'tags'],

0 commit comments

Comments
 (0)