Skip to content

Commit

Permalink
fix: Remove height from expanded node rows
Browse files Browse the repository at this point in the history
  • Loading branch information
tiithansen committed Jul 7, 2024
1 parent 3ea2514 commit e50f6db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Clusters/tabs/Nodes/NodeExpandedRowScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export function buildExpandedRowScene(row: TableRow) {
return new SceneFlexLayout({
key: row.internal_ip,
width: '100%',
height: 500,
children: [
getPodsScene(staticLabelFilters, false, false)
],
Expand Down

0 comments on commit e50f6db

Please sign in to comment.