We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1892fc1 commit 9c532ceCopy full SHA for 9c532ce
app/pages/project/vpcs/VpcsPage.tsx
@@ -133,6 +133,8 @@ export function VpcsPage() {
133
colHelper.accessor('dnsName', { header: 'DNS name' }),
134
colHelper.accessor('description', Columns.description),
135
colHelper.accessor('name', {
136
+ // ID needed to avoid key collision with other name column
137
+ id: 'rule-count',
138
header: 'Firewall Rules',
139
cell: (info) => <FirewallRuleCount project={project} vpc={info.getValue()} />,
140
}),
0 commit comments