mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(app/kubernetes): Popout kubectl shell into new window [r8s-307] (#922)
This commit is contained in:
parent
e7d97d7a2b
commit
7bcb37c761
10 changed files with 677 additions and 158 deletions
|
@ -17,7 +17,7 @@ import { SidebarItem } from '../SidebarItem';
|
|||
import { VolumesLink } from '../items/VolumesLink';
|
||||
import { SidebarParent } from '../SidebarItem/SidebarParent';
|
||||
|
||||
import { KubectlShellButton } from './KubectlShell';
|
||||
import { KubectlShellButton } from './KubectlShellButton';
|
||||
|
||||
interface Props {
|
||||
environmentId: EnvironmentId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue