mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Always shows .menu table column (#2024)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
5f19606129
commit
9191d6bfd9
@ -440,11 +440,9 @@ export class ItemListLayout extends React.Component<ItemListLayoutProps> {
|
|||||||
return <TableCell key={cellProps.id ?? index} {...cellProps} />;
|
return <TableCell key={cellProps.id ?? index} {...cellProps} />;
|
||||||
}
|
}
|
||||||
})}
|
})}
|
||||||
{isConfigurable && (
|
<TableCell className="menu">
|
||||||
<TableCell className="menu">
|
{isConfigurable && this.renderColumnVisibilityMenu()}
|
||||||
{this.renderColumnVisibilityMenu()}
|
</TableCell>
|
||||||
</TableCell>
|
|
||||||
)}
|
|
||||||
</TableHead>
|
</TableHead>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user