Skip to content

Commit 6791a27

Browse files
committed
turn off rowHeight: large for ip pools page
1 parent 56eb284 commit 6791a27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/pages/system/networking/IpPoolsPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ export default function IpPoolsPage() {
112112
const { table, query } = useQueryTable({
113113
query: ipPoolList(),
114114
columns,
115-
rowHeight: 'large',
115+
// turn this back on if we expect to see IPv6 ranges regularly
116+
// rowHeight: 'large',
116117
emptyState: <EmptyState />,
117118
})
118119
const { data: pools } = query

0 commit comments

Comments
 (0)