File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export function IpUtilCell(util: IpPoolUtilization) {
32
32
// a pool already exists with IPv6 ranges, so we might as well show that. also
33
33
// this is nice for e2e testing the utilization logic
34
34
return (
35
- < div className = "space-y-1 " >
35
+ < div className = "space-y-0.5 " >
36
36
< div >
37
37
< Badge color = "neutral" className = "mr-2 !normal-case" >
38
38
v4
Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ export default function IpPoolsPage() {
112
112
const { table, query } = useQueryTable ( {
113
113
query : ipPoolList ( ) ,
114
114
columns,
115
- rowHeight : 'large' ,
115
+ // turn this back on if we expect to see IPv6 ranges regularly
116
+ // rowHeight: 'large',
116
117
emptyState : < EmptyState /> ,
117
118
} )
118
119
const { data : pools } = query
You can’t perform that action at this time.
0 commit comments