1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Hiding drawer when opening logs

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-10-11 16:05:00 +03:00
parent b5c0fbb3fc
commit f8506358a8

View File

@ -42,6 +42,7 @@ export class PodMenu extends React.Component<Props> {
} }
showLogs(container: IPodContainer) { showLogs(container: IPodContainer) {
hideDetails();
const pod = this.props.object; const pod = this.props.object;
createPodLogsTab({ createPodLogsTab({
pod, pod,