Skip to content

Commit

Permalink
fix: Outer Layout needs to be column and pods scene must not have hei…
Browse files Browse the repository at this point in the history
…ght set
  • Loading branch information
tiithansen committed Jul 6, 2024
1 parent 7febf18 commit 2ff0239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Workloads/tabs/DaemonSets/ExpandedRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ export function buildExpandedRowScene(row: TableRow) {

return new SceneFlexLayout({
key: `${row.namespace}/${row.daemonset}`,
direction: 'column',
width: '100%',
height: 500,
children: [
new SceneFlexLayout({
direction: 'row',
height: 300,
children: [
new SceneFlexItem({
body: getPodsScene(staticLabelFilters, false, false)
Expand Down

0 comments on commit 2ff0239

Please sign in to comment.