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 56eb284 commit 6791a27Copy full SHA for 6791a27
app/pages/system/networking/IpPoolsPage.tsx
@@ -112,7 +112,8 @@ export default function IpPoolsPage() {
112
const { table, query } = useQueryTable({
113
query: ipPoolList(),
114
columns,
115
- rowHeight: 'large',
+ // turn this back on if we expect to see IPv6 ranges regularly
116
+ // rowHeight: 'large',
117
emptyState: <EmptyState />,
118
})
119
const { data: pools } = query
0 commit comments